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

	$toUserIds = $this->call->getUsers();

	return $this->send('Call::associatedEntityReplaced', $toUserIds, $config);
}