����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.226.163.238 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/./bofirmacademy.com/vendor/joisarjignesh/bigbluebutton/src/Facades/ |
Upload File : |
<?php namespace JoisarJignesh\Bigbluebutton\Facades; use Illuminate\Support\Facades\Facade; /** * @method static array all() * @method static isMeetingRunning($arrayOtherWiseObject) * @method static getMeetingInfo($arrayOtherWiseObject) * @method static create($arrayOtherWiseObject) * @method static close($arrayOtherWiseObject) * @method static join($arrayOtherWiseObject) * @method static start($arrayOtherWiseObject) * @method static getRecordings($arrayOtherWiseObject) * @method static publishRecordings($arrayOtherWiseObject) * @method static deleteRecordings($arrayOtherWiseObject) * @method static make() * @method static initCreateMeeting(array $array) * @method static initCloseMeeting(array $array) * @method static initJoinMeeting(array $array) * @method static initIsMeetingRunning(array $array) * @method static initGetMeetingInfo(array $array) * @method static initGetRecordings(array $array) * @method static initDeleteRecordings(array $array) * @method static initStart(array $array) * @method static initPublishRecordings(array $array) * @method static getApiVersion() * @method static hooksCreate(array $array) * @method static hooksDestroy(array $array) * @method static server(string $serverName) * @method static isConnect() * * @see \JoisarJignesh\Bigbluebutton\Bbb */ class Bigbluebutton extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return 'Bigbluebutton'; } }