xmpp_p2p
    Preparing search index...

    Interface MucOccupant

    Represents a live participant in a MUC room.

    interface MucOccupant {
        jid: string;
        lastSeen: string;
        nick: string;
        occupantJid: string;
        peerId: string;
    }
    Index

    Properties

    jid: string
    lastSeen: string
    nick: string
    occupantJid: string
    peerId: string