Type Alias RecordingInfoFile
RecordingInfoFile: Message<"plugnmeet.RecordingInfoFile"> & {
roomTableId: string;
roomId: string;
roomTitle: string;
roomSid: string;
roomCreationTime: string;
roomEnded: string;
recordingId: string;
recorderId: string;
filePath: string;
fileSize: number;
creationTime: string;
}
Type Declaration
-
roomTableId: string
-
roomId: string
-
roomTitle: string
-
roomSid: string
-
roomCreationTime: string
-
roomEnded: string
-
recordingId: string
-
recorderId: string
-
filePath: string
-
fileSize: number
-
creationTime: string
Generated
from field: int64 room_table_id = 1 [jstype = JS_STRING];