• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/event/properties/meetingdescription.php
  • Класс: BitrixCalendarCoreEventPropertiesMeetingDescription
  • Вызов: MeetingDescription::setHostName
public function setHostName(?string $hostName): MeetingDescription
{
	$this->hostName = $hostName;

	return $this;
}