• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Chat.php
  • Класс: BitrixImV2Chat
  • Вызов: Chat::setCallType
public function setCallType(?int $callType): self
{
	$this->callType = is_integer($callType) ? $callType : null;
	return $this;
}