Type Alias DashboardsGetMeetingDetailsResponse

DashboardsGetMeetingDetailsResponse: {
    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_meeting_summary?: boolean;
    has_pstn?: boolean;
    has_recording?: boolean;
    has_screen_share?: boolean;
    has_sip?: boolean;
    has_video?: boolean;
    has_voip?: boolean;
    host?: string;
    id?: number;
    in_room_participants?: number;
    participants?: number;
    start_time?: string;
    topic?: string;
    user_type?: string;
    uuid?: string;
}