Type Alias WebinarsUpdateWebinarRequestBody

WebinarsUpdateWebinarRequestBody: {
    agenda?: string;
    duration?: number;
    is_simulive?: boolean;
    password?: string;
    record_file_id?: string;
    recurrence?: {
        end_date_time?: string;
        end_times?: number;
        monthly_day?: number;
        monthly_week?: number;
        monthly_week_day?: number;
        repeat_interval?: number;
        type: number;
        weekly_days?: string;
    };
    schedule_for?: string;
    settings?: {
        add_audio_watermark?: boolean;
        add_watermark?: boolean;
        allow_multiple_devices?: boolean;
        alternative_host_update_polls?: boolean;
        alternative_hosts?: string;
        approval_type?: number;
        attendees_and_panelists_reminder_email_notification?: {
            enable?: boolean;
            type?: number;
        };
        audio?: string;
        audio_conference_info?: string;
        authentication_domains?: string;
        authentication_name?: string;
        authentication_option?: string;
        auto_recording?: string;
        close_registration?: boolean;
        contact_email?: string;
        contact_name?: string;
        email_language?: string;
        enable_session_branding?: boolean;
        enforce_login?: boolean;
        enforce_login_domains?: string;
        follow_up_absentees_email_notification?: {
            enable?: boolean;
            type?: number;
        };
        follow_up_attendees_email_notification?: {
            enable?: boolean;
            type?: number;
        };
        global_dial_in_countries?: string[];
        hd_video?: boolean;
        hd_video_for_attendees?: boolean;
        host_video?: boolean;
        language_interpretation?: {
            enable?: boolean;
            interpreters?: { email?: string; languages?: string }[];
        };
        meeting_authentication?: boolean;
        notify_registrants?: boolean;
        on_demand?: boolean;
        panelist_authentication?: boolean;
        panelists_invitation_email_notification?: boolean;
        panelists_video?: boolean;
        post_webinar_survey?: boolean;
        practice_session?: boolean;
        question_and_answer?: {
            allow_anonymous_questions?: boolean;
            allow_auto_reply?: boolean;
            allow_submit_questions?: boolean;
            answer_questions?: string;
            attendees_can_comment?: boolean;
            attendees_can_upvote?: boolean;
            auto_reply_text?: string;
            enable?: boolean;
        };
        registrants_confirmation_email?: boolean;
        registrants_email_notification?: boolean;
        registrants_restrict_number?: number;
        registration_type?: number;
        send_1080p_video_to_attendees?: boolean;
        show_share_button?: boolean;
        sign_language_interpretation?: {
            enable?: boolean;
            interpreters?: { email?: string; sign_language?: string }[];
        };
        survey_url?: string;
    };
    start_time?: string;
    timezone?: string;
    topic?: string;
    tracking_fields?: { field?: string; value?: string }[];
    type?: number;
}