Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Conference

Открытые статические члены

static isAvailable ()
 
static create ($userId, $data)
 
static update (int $userId, array $updateParams)
 
static delete (int $conferenceId)
 
static getInfo ($conferenceId)
 
static setJoin (int $conferenceId)
 
static setEnd (int $conferenceId)
 
static bindActivity (array $conferenceData, int $activityId)
 
static saveRecordings (int $conferenceId, array $recordingsData, $downloadToken)
 

Открытые атрибуты

const MEETING_SCHEDULED_TYPE = 2
 
const ACTIVITY_ENTITY_TYPE = 'activity'
 
const ZOOM_AUDIO_ONLY = 'audio_only'
 

Подробное описание

См. определение в файле conference.php строка 13

Методы

◆ bindActivity()

static bindActivity ( array $conferenceData,
int $activityId )
static

См. определение в файле conference.php строка 231

◆ create()

static create ( $userId,
$data )
static

См. определение в файле conference.php строка 35

◆ delete()

static delete ( int $conferenceId)
static

См. определение в файле conference.php строка 75

◆ getInfo()

static getInfo ( $conferenceId)
static

См. определение в файле conference.php строка 148

◆ isAvailable()

static isAvailable ( )
static

См. определение в файле conference.php строка 19

◆ saveRecordings()

static saveRecordings ( int $conferenceId,
array $recordingsData,
$downloadToken )
static
Аргументы
int$conferenceId
$recordingsData
$downloadToken
Возвращает
Result
Исключения

Bitrix\Main\LoaderException

См. определение в файле conference.php строка 269

◆ setEnd()

static setEnd ( int $conferenceId)
static

См. определение в файле conference.php строка 204

◆ setJoin()

static setJoin ( int $conferenceId)
static

См. определение в файле conference.php строка 165

◆ update()

static update ( int $userId,
array $updateParams )
static

См. определение в файле conference.php строка 55

Данные класса

◆ ACTIVITY_ENTITY_TYPE

const ACTIVITY_ENTITY_TYPE = 'activity'

См. определение в файле conference.php строка 16

◆ MEETING_SCHEDULED_TYPE

const MEETING_SCHEDULED_TYPE = 2

См. определение в файле conference.php строка 15

◆ ZOOM_AUDIO_ONLY

const ZOOM_AUDIO_ONLY = 'audio_only'

См. определение в файле conference.php строка 17