• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/call.php
  • Класс: BitrixVoximplantCall
  • Вызов: Call::handleUserAnswer
public function handleUserAnswer($userId)
{
	$this->updateUserStatus($userId, CallUserTable::STATUS_CONNECTING);
	$this->updateStatus(ModelCallTable::STATUS_CONNECTING);

	$this->signaling->sendAnswerSelf($userId);
	$this->scenario->sendAnswer($userId);
}