CallUser::getState

  1. Bitrix24 API (v. 23.675.0)
  2. im
  3. CallUser
  4. getState
  • Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/call/calluser.php
  • Класс: BitrixImCallCallUser
  • Вызов: CallUser::getState
public function getState()
{
	return $this->isSeenRecently() ? $this->state : static::STATE_IDLE;
}

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