Type Alias CloudRecordingUpdateMeetingRecordingSettingsRequestBody

CloudRecordingUpdateMeetingRecordingSettingsRequestBody: {
    approval_type?: number;
    authentication_domains?: string;
    authentication_option?: string;
    auto_delete?: boolean;
    on_demand?: boolean;
    password?: string;
    recording_authentication?: boolean;
    send_email_to_host?: boolean;
    share_recording?: string;
    show_social_share_buttons?: boolean;
    topic?: string;
    viewer_download?: boolean;
}