Home
last modified time | relevance | path

Searched refs:getMeeting (Results 1 – 3 of 3) sorted by relevance

/dports/deskutils/egroupware/egroupware/status/src/Videoconference/Backends/
H A DBBB.php111 $this->moderatorPW = $meeting->getMeeting()->getModeratorPassword();
113 return $meeting->getMeeting();
338 …if (!$params || $params['password'] !== $meetingInfo->getMeeting()->getModeratorPassword()) return;
339 …$endMeetingParams = new EndMeetingParameters($params['meetingID'], $meetingInfo->getMeeting()->get…
/dports/www/tikiwiki/tiki-21.2/lib/
H A Dbigbluebuttonlib.php68 if ($meeting = $this->getMeeting($room)) {
269 if ($meeting = $this->getMeeting($room)) {
284 private function getMeeting($room) function in BigBlueButtonLib
/dports/deskutils/egroupware/egroupware/vendor/bigbluebutton/bigbluebutton-api-php/src/Responses/
H A DGetMeetingInfoResponse.php37 public function getMeeting() function in BigBlueButton\\Responses\\GetMeetingInfoResponse