CallLogTable::getRecipientIdByCallId

  1. Bitrix24 API (v. 23.675.0)
  2. sender
  3. CallLogTable
  4. getRecipientIdByCallId
  • Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/voximplant/calllog.php
  • Класс: Bitrix\Sender\Integration\VoxImplant\CallLogTable
  • Вызов: CallLogTable::getRecipientIdByCallId
static function getRecipientIdByCallId($callId)
{
	$row = static::getRowById(array('CALL_ID' => $callId));
	return $row ? $row['RECIPIENT_ID'] : null;
}

Добавить комментарий