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

    Type Alias FetchPastRoomsReq

    FetchPastRoomsReq: Message<"plugnmeet.FetchPastRoomsReq"> & {
        roomIds: string[];
        from: number;
        limit: number;
        orderBy: string;
    }

    Type Declaration

    • roomIds: string[]

      from field: repeated string room_ids = 1;

    • from: number

      from field: uint32 from = 2;

    • limit: number

      from field: uint32 limit = 3;

    • orderBy: string

      from field: string order_by = 4;

    from message plugnmeet.FetchPastRoomsReq