• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/controller/call.php
  • Класс: BitrixImControllerCall
  • Вызов: Call::getCallLimitsAction
public function getCallLimitsAction()
{
	return [
		'callServerEnabled' => BitrixImCallCall::isCallServerEnabled(),
		'maxParticipants' => BitrixImCallCall::getMaxParticipants(),
	];
}