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

    Type Alias CommonResponse

    CommonResponse: Message<"plugnmeet.CommonResponse"> & {
        status: boolean;
        msg: string;
    }

    Type Declaration

    • status: boolean

      from field: bool status = 1;

    • msg: string

      from field: string msg = 2;

    from message plugnmeet.CommonResponse