• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Chat/OpenChat.php
  • Класс: BitrixImV2ChatOpenChat
  • Вызов: OpenChat::startRecordVoice
public function startRecordVoice(): void
{
	if (!Loader::includeModule('pull'))
	{
		return;
	}

	parent::startRecordVoice();
	$pushFormatter = new PushFormat();
	CPullWatch::AddToStack('IM_PUBLIC_'.$this->getId(), $pushFormatter->formatStartRecordVoice($this));
}