• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/call/call.php
  • Класс: BitrixImCallCall
  • Вызов: Call::getUser
public function getUser($userId)
{
	$this->loadUsers();
	return isset($this->users[$userId]) ? $this->users[$userId] : null;
}