public function MoxtraServiceInterface::deleteMeeting in Opigno Moxtra 8
Same name and namespace in other branches
- 3.x src/MoxtraServiceInterface.php \Drupal\opigno_moxtra\MoxtraServiceInterface::deleteMeeting()
Deletes meeting.
Parameters
int $owner_id: User ID.
string $session_key: Session key of the meeting.
Return value
array Response data.
1 method overrides MoxtraServiceInterface::deleteMeeting()
- MoxtraService::deleteMeeting in src/
MoxtraService.php - Deletes meeting.
File
- src/
MoxtraServiceInterface.php, line 156
Class
- MoxtraServiceInterface
- Implements Moxtra REST API.
Namespace
Drupal\opigno_moxtraCode
public function deleteMeeting($owner_id, $session_key);