• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/call/conference.php
  • Класс: BitrixImCallConference
  • Вызов: Conference::isPresenter
public function isPresenter(int $userId): bool
{
	$presenters = $this->getPresentersList();

	return in_array($userId, $presenters, true);
}