Type Alias FetchRecordingsReq
FetchRecordingsReq: Message<"plugnmeet.FetchRecordingsReq"> & {
roomIds: string[];
roomSid?: string;
from: number;
limit: number;
orderBy: string;
}
Type Declaration
-
roomIds: string[]
-
OptionalroomSid?: string
-
from: number
-
limit: number
-
orderBy: string
Generated
from field: repeated string room_ids = 1;