plugNmeet JS SDK - v2.0.3
    Preparing search index...

    Type Alias NatsSubjects

    NatsSubjects: Message<"plugnmeet.NatsSubjects"> & {
        systemApiWorker: string;
        systemJsWorker: string;
        systemPublic: string;
        systemPrivate: string;
        chat: string;
        whiteboard: string;
        dataChannel: string;
    }

    Type Declaration

    • systemApiWorker: string

      from field: string system_api_worker = 1;

    • systemJsWorker: string

      from field: string system_js_worker = 2;

    • systemPublic: string

      from field: string system_public = 3;

    • systemPrivate: string

      from field: string system_private = 4;

    • chat: string

      from field: string chat = 5;

    • whiteboard: string

      from field: string whiteboard = 6;

    • dataChannel: string

      from field: string data_channel = 7;

    from message plugnmeet.NatsSubjects