You are here

public function MoxtraServiceInterface::getMeetingInfo in Opigno Moxtra 8

Same name and namespace in other branches
  1. 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_moxtra

Code

public function getMeetingInfo($owner_id, $session_key);