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

    Type Alias SharedNotePadFeatures

    SharedNotePadFeatures: Message<"plugnmeet.SharedNotePadFeatures"> & {
        allowedSharedNotePad?: boolean;
        isAllow: boolean;
        isActive: boolean;
        visible: boolean;
        nodeId: string;
        host: string;
        notePadId: string;
        readOnlyPadId: string;
    }

    Type Declaration

    • OptionalallowedSharedNotePad?: boolean

      from field: optional bool allowed_shared_note_pad = 1 [deprecated = true];

    • isAllow: boolean

      from field: bool is_allow = 8;

    • isActive: boolean

      from field: bool is_active = 2;

    • visible: boolean

      from field: bool visible = 3;

    • nodeId: string

      from field: string node_id = 4;

    • host: string

      from field: string host = 5;

    • notePadId: string

      from field: string note_pad_id = 6;

    • readOnlyPadId: string

      from field: string read_only_pad_id = 7;

    from message plugnmeet.SharedNotePadFeatures