• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/call/call.php
  • Класс: BitrixImCallCall
  • Вызов: Call::getMaxParticipants
static function getMaxParticipants()
{
	if (static::isCallServerEnabled())
	{
		return static::getMaxCallServerParticipants();
	}
	else
	{
		return (int)Option::get('im', 'turn_server_max_users');
	}
}