• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Call/ControllerClient.php
  • Класс: BitrixImV2CallControllerClient
  • Вызов: ControllerClient::__construct
public function __construct(string $endpoint = null)
{
	parent::__construct();

	if ($endpoint)
	{
		$this->customEndpoint = $endpoint;
	}
}