Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MeetingHudCloseEvent<RoomType>

Emitted when the current meeting closes.

To listen for when a meeting actually ends and when a player gets ejected, see MeetingHudVotingCompleteEvent.

Type parameters

  • RoomType: Hostable

Hierarchy

Implements

Index

Properties

Static eventName

eventName: "meeting.close" = ...

canceled

canceled: boolean

eventName

eventName: "meeting.close" = ...

Readonly meetinghud

meetinghud: MeetingHud<RoomType>

The meeting handler that this event is for.

Readonly message

message: CloseMessage

The message that this event originated from.

Readonly room

room: RoomType

The room or client that the event came from.

Methods

cancel

  • cancel(): void

Constructors

constructor

Generated using TypeDoc