Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
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
Definition
videostrategytype.php:10
Bitrix\Im\Call\VideoStrategyType\ALLOW_NONE
const ALLOW_NONE
Definition
videostrategytype.php:12
Bitrix\Im\Call\VideoStrategyType\ONLY_SPEAKER
const ONLY_SPEAKER
Definition
videostrategytype.php:13
Bitrix\Im\Call\VideoStrategyType\CURRENTLY_TALKING
const CURRENTLY_TALKING
Definition
videostrategytype.php:14
Bitrix\Im\Call\VideoStrategyType\ALLOW_ALL
const ALLOW_ALL
Definition
videostrategytype.php:11
Bitrix\Im\Call\VideoStrategyType\getList
static getList()
Definition
videostrategytype.php:16
Bitrix\Im\Call
Definition
auth.php:9
modules
im
lib
call
videostrategytype.php
Создано системой
1.10.0