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

Hierarchy

  • CancelableEvent
    • MeetingHudCloseEvent

Implements

Properties

eventName: "meeting.close"
canceled: boolean
eventName: "meeting.close"
meetinghud: MeetingHud<RoomType>

The meeting handler that this event is for.

message: CloseMessage

The message that this event originated from.

room: RoomType

The room or client that the event came from.

Methods

  • Returns void

Constructors

Generated using TypeDoc