xmpp_p2p
    Preparing search index...

    Interface MucRoomSettings

    Persisted room configuration settings.

    interface MucRoomSettings {
        archived?: boolean;
        autoJoin: boolean;
        communityId?: string;
        defaultSecure: boolean;
        topic?: string;
    }
    Index

    Properties

    archived?: boolean
    autoJoin: boolean
    communityId?: string
    defaultSecure: boolean
    topic?: string