lib-jitsi-meet
    Preparing search index...
    interface IPresenceNode {
        attributes?: Record<string, string>;
        children?: IPresenceNode[];
        tagName: string;
        value?: string;
    }
    Index

    Properties

    attributes?: Record<string, string>
    children?: IPresenceNode[]
    tagName: string
    value?: string