skeldjs
    Preparing search index...

    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 (View Summary)

    Implements

    Index

    Constructors

    Properties

    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.

    eventName: "meeting.close" = ...

    Methods