• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/transcript.php
  • Класс: BitrixVoximplantTranscript
  • Вызов: Transcript::getTagForCall
static function getTagForCall($callId)
{
	if(!is_string($callId) || $callId == '')
		throw new ArgumentException("callId should be not empty string", "callId");

	return "transcriptionComplete_".$callId;
}