• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/call/call.php
  • Класс: BitrixImCallCall
  • Вызов: Call::getMaxUsers
public function getMaxUsers()
{
	if ($this->provider == static::PROVIDER_VOXIMPLANT)
	{
		return static::getMaxCallServerParticipants();
	}

	return (int)Option::get('im', 'turn_server_max_users');
}