xmpp_p2p
    Preparing search index...

    Interface MucRoomState

    Live room state tracked by the MUC manager.

    interface MucRoomState {
        archived?: boolean;
        autoJoin: boolean;
        communityId?: string;
        defaultSecure: boolean;
        localNick: string;
        name: string;
        occupants: Map<string, MucOccupant>;
        topic: string;
    }
    Index

    Properties

    archived?: boolean
    autoJoin: boolean
    communityId?: string
    defaultSecure: boolean
    localNick: string
    name: string
    occupants: Map<string, MucOccupant>
    topic: string