Type Alias CloudRecordingGetMeetingRecordingsResponse
CloudRecordingGetMeetingRecordingsResponse: {
account_id?: string;
auto_delete?: boolean;
auto_delete_date?: string;
duration?: number;
host_id?: string;
id?: number;
recording_count?: number;
recording_play_passcode?: string;
start_time?: string;
topic?: string;
total_size?: number;
type?: string;
uuid?: string;
} & {
recording_files?: {
deleted_time?: string;
download_url?: string;
file_extension?: string;
file_path?: string;
file_size?: number;
file_type?: string;
id?: string;
meeting_id?: string;
play_url?: string;
recording_end?: string;
recording_start?: string;
recording_type?: string;
status?: string;
}[];
} & {
download_access_token?: string;
password?: string;
recording_play_passcode?: string;
} & {
participant_audio_files?: {
download_url?: string;
file_name?: string;
file_path?: string;
file_size?: number;
file_type?: string;
id?: string;
play_url?: string;
recording_end?: string;
recording_start?: string;
status?: string;
}[];
}