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