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

    Type Alias CleanEtherpadReq

    CleanEtherpadReq: Message<"plugnmeet.CleanEtherpadReq"> & {
        roomId: string;
        nodeId: string;
        padId: string;
    }

    Type Declaration

    • roomId: string

      from field: string room_id = 1;

    • nodeId: string

      from field: string node_id = 2;

    • padId: string

      from field: string pad_id = 3;

    from message plugnmeet.CleanEtherpadReq