Type Alias DashboardsGetWebinarDetailsResponse
DashboardsGetWebinarDetailsResponse: {
audio_quality?: string;
custom_keys?: { key?: string; value?: string }[];
dept?: string;
duration?: string;
email?: string;
end_time?: string;
has_3rd_party_audio?: boolean;
has_archiving?: boolean;
has_automated_captions?: boolean;
has_manual_captions?: boolean;
has_pstn?: boolean;
has_recording?: boolean;
has_screen_share?: boolean;
has_sip?: boolean;
has_video?: boolean;
has_voip?: boolean;
host?: string;
id?: number;
participants?: number;
screen_share_quality?: string;
start_time?: string;
topic?: string;
user_type?: string;
uuid?: string;
video_quality?: string;
}