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

    Type Alias CreateEtherpadSessionRes

    CreateEtherpadSessionRes: Message<"plugnmeet.CreateEtherpadSessionRes"> & {
        status: boolean;
        msg: string;
        padId?: string;
        readonlyPadId?: string;
    }

    Type Declaration

    • status: boolean

      from field: bool status = 1;

    • msg: string

      from field: string msg = 2;

    • OptionalpadId?: string

      from field: optional string pad_id = 3;

    • OptionalreadonlyPadId?: string

      from field: optional string readonly_pad_id = 4;

    from message plugnmeet.CreateEtherpadSessionRes