Type Alias RecordingInfoEvent
RecordingInfoEvent: Message<"plugnmeet.RecordingInfoEvent"> & {
recordId: string;
recorderId: string;
recorderMsg: string;
filePath?: string;
fileSize?: number;
}
Type Declaration
recordId: string
recorderId: string
recorderMsg: string
OptionalfilePath?: string
OptionalfileSize?: number
Generated
from field: string record_id = 1;