• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/lib/sharedserver/config.php
  • Класс: BitrixPullSharedServerConfig
  • Вызов: Config::getWebSocketUrl
static function getWebSocketUrl()
{
	$result = "wss://" . static::getServerAddress() . static::SUB_URL;
	return $result;
}