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