1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
videostrategytype.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Im\Call;
4
10
class
VideoStrategyType
{
11
public
const
ALLOW_ALL
=
'AllowAll'
;
12
public
const
ALLOW_NONE
=
'AllowNone'
;
13
public
const
ONLY_SPEAKER
=
'OnlySpeaker'
;
14
public
const
CURRENTLY_TALKING
=
'CurrentlyTalking'
;
15
16
public
static
function
getList
()
17
{
18
return
[static::ALLOW_ALL, static::ALLOW_NONE, static::ONLY_SPEAKER, static::CURRENTLY_TALKING];
19
}
20
}
Bitrix\Im\Call\VideoStrategyType
Определения
videostrategytype.php:10
Bitrix\Im\Call\VideoStrategyType\ALLOW_NONE
const ALLOW_NONE
Определения
videostrategytype.php:12
Bitrix\Im\Call\VideoStrategyType\ONLY_SPEAKER
const ONLY_SPEAKER
Определения
videostrategytype.php:13
Bitrix\Im\Call\VideoStrategyType\CURRENTLY_TALKING
const CURRENTLY_TALKING
Определения
videostrategytype.php:14
Bitrix\Im\Call\VideoStrategyType\ALLOW_ALL
const ALLOW_ALL
Определения
videostrategytype.php:11
Bitrix\Im\Call\VideoStrategyType\getList
static getList()
Определения
videostrategytype.php:16
bitrix
modules
im
lib
call
videostrategytype.php
Создано системой
1.14.0