@@ -259,7 +259,7 @@ discard block |
||
| 259 | 259 | * Save a participant in a meeting room |
| 260 | 260 | * @param int $meetingId |
| 261 | 261 | * @param int $participantId |
| 262 | - * @return false|int The last inserted ID. Otherwise return false |
|
| 262 | + * @return false|string The last inserted ID. Otherwise return false |
|
| 263 | 263 | */ |
| 264 | 264 | public function saveParticipant($meetingId, $participantId) |
| 265 | 265 | { |
@@ -332,7 +332,7 @@ discard block |
||
| 332 | 332 | /** |
| 333 | 333 | * Returns a meeting "join" URL |
| 334 | 334 | * @param string The name of the meeting (usually the course code) |
| 335 | - * @return mixed The URL to join the meeting, or false on error |
|
| 335 | + * @return false|string The URL to join the meeting, or false on error |
|
| 336 | 336 | * @todo implement moderator pass |
| 337 | 337 | * @assert ('') === false |
| 338 | 338 | * @assert ('abcdefghijklmnopqrstuvwxyzabcdefghijklmno') === false |
@@ -752,7 +752,7 @@ discard block |
||
| 752 | 752 | * Closes a meeting (usually when the user click on the close button from |
| 753 | 753 | * the conferences listing. |
| 754 | 754 | * @param string The internal ID of the meeting (id field for this meeting) |
| 755 | - * @return void |
|
| 755 | + * @return false|null |
|
| 756 | 756 | * @assert (0) === false |
| 757 | 757 | */ |
| 758 | 758 | public function endMeeting($id) |