• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/call/conference.php
  • Класс: BitrixImCallConference
  • Вызов: Conference::getOwnerId
public function getOwnerId(): ?int
{
	$authorId = Chat::getOwnerById(Dialog::getDialogId($this->getChatId()));

	return $authorId;
}