• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/call/signaling.php
  • Класс: BitrixImCallSignaling
  • Вызов: Signaling::sendNegotiationNeeded
public function sendNegotiationNeeded(int $senderId, int $toUserId, $restart)
{
	return $this->send('Call::negotiationNeeded', $toUserId, array(
		'senderId' => $senderId,
		'restart' => $restart
	));
}