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

    Type Alias FetchArtifactsReq

    FetchArtifactsReq: Message<"plugnmeet.FetchArtifactsReq"> & {
        roomIds: string[];
        roomSid?: string;
        type?: RoomArtifactType;
        from: string;
        limit: string;
        orderBy: string;
    }

    Request to fetch a list of artifacts

    Type Declaration

    • roomIds: string[]

      from field: repeated string room_ids = 1;

    • OptionalroomSid?: string

      To get information about a particular session

      from field: optional string room_sid = 2;

    • Optionaltype?: RoomArtifactType

      from field: optional plugnmeet.RoomArtifactType type = 3;

    • from: string

      from field: uint64 from = 4 [jstype = JS_STRING];

    • limit: string

      from field: uint64 limit = 5 [jstype = JS_STRING];

    • orderBy: string

      from field: string order_by = 6;

    from message plugnmeet.FetchArtifactsReq