Zoom::isConnected

  1. Bitrix24 API (v. 23.675.0)
  2. im
  3. Zoom
  4. isConnected
  • Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/call/integration/zoom.php
  • Класс: BitrixImCallIntegrationZoom
  • Вызов: Zoom::isConnected
static function isConnected($userId): bool
{
	if (!Loader::includeModule('socialservices'))
	{
		return false;
	}

	if (CZoomInterface::isConnected($userId))
	{
		return true;
	}

	return false;
}

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