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

    Type Alias FetchPastRoomsResult

    FetchPastRoomsResult: Message<"plugnmeet.FetchPastRoomsResult"> & {
        totalRooms: string;
        from: number;
        limit: number;
        orderBy: string;
        roomsList: PastRoomInfo[];
    }

    Type Declaration

    • totalRooms: string

      from field: int64 total_rooms = 1 [jstype = JS_STRING];

    • from: number

      from field: uint32 from = 2;

    • limit: number

      from field: uint32 limit = 3;

    • orderBy: string

      from field: string order_by = 4;

    • roomsList: PastRoomInfo[]

      from field: repeated plugnmeet.PastRoomInfo rooms_list = 5;

    from message plugnmeet.FetchPastRoomsResult