• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/signaling.php
  • Класс: BitrixVoximplantSignaling
  • Вызов: Signaling::getCancelingPush
protected function getCancelingPush($idSuffix = '')
{
	return [
		'send_immediately' => 'Y',
		'advanced_params' => [
			'id' => 'VI_CALL_' . $this->call->getCallId() . $idSuffix,
			'notificationsToCancel' => ['VI_CALL_' . $this->call->getCallId()],
		]
	];
}