Zoom · JSON Structure

Zoom Meeting Meeting Settings Structure

Type: object Properties: 40
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

MeetingSettings is a JSON Structure definition published by Zoom, describing 40 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

host_video participant_video cn_meeting in_meeting join_before_host jbh_time mute_upon_entry watermark use_pmi approval_type registration_type audio auto_recording enforce_login enforce_login_domains alternative_hosts alternative_hosts_email_notification close_registration waiting_room global_dial_in_countries contact_name contact_email registrants_email_notification registrants_confirmation_email meeting_authentication authentication_option authentication_domains authentication_name show_share_button allow_multiple_devices encryption_type approved_or_denied_countries_or_regions breakout_room language_interpretation focus_mode meeting_invitees private_meeting email_notification host_save_video_order continuous_meeting_chat

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MeetingSettings",
  "type": "object",
  "properties": {
    "host_video": {
      "type": "boolean"
    },
    "participant_video": {
      "type": "boolean"
    },
    "cn_meeting": {
      "type": "boolean"
    },
    "in_meeting": {
      "type": "boolean"
    },
    "join_before_host": {
      "type": "boolean"
    },
    "jbh_time": {
      "type": "integer"
    },
    "mute_upon_entry": {
      "type": "boolean"
    },
    "watermark": {
      "type": "boolean"
    },
    "use_pmi": {
      "type": "boolean"
    },
    "approval_type": {
      "type": "integer"
    },
    "registration_type": {
      "type": "integer"
    },
    "audio": {
      "type": "string"
    },
    "auto_recording": {
      "type": "string"
    },
    "enforce_login": {
      "type": "boolean"
    },
    "enforce_login_domains": {
      "type": "string"
    },
    "alternative_hosts": {
      "type": "string"
    },
    "alternative_hosts_email_notification": {
      "type": "boolean"
    },
    "close_registration": {
      "type": "boolean"
    },
    "waiting_room": {
      "type": "boolean"
    },
    "global_dial_in_countries": {
      "type": "array"
    },
    "contact_name": {
      "type": "string"
    },
    "contact_email": {
      "type": "string"
    },
    "registrants_email_notification": {
      "type": "boolean"
    },
    "registrants_confirmation_email": {
      "type": "boolean"
    },
    "meeting_authentication": {
      "type": "boolean"
    },
    "authentication_option": {
      "type": "string"
    },
    "authentication_domains": {
      "type": "string"
    },
    "authentication_name": {
      "type": "string"
    },
    "show_share_button": {
      "type": "boolean"
    },
    "allow_multiple_devices": {
      "type": "boolean"
    },
    "encryption_type": {
      "type": "string"
    },
    "approved_or_denied_countries_or_regions": {
      "type": "object"
    },
    "breakout_room": {
      "type": "object"
    },
    "language_interpretation": {
      "type": "object"
    },
    "focus_mode": {
      "type": "boolean"
    },
    "meeting_invitees": {
      "type": "array"
    },
    "private_meeting": {
      "type": "boolean"
    },
    "email_notification": {
      "type": "boolean"
    },
    "host_save_video_order": {
      "type": "boolean"
    },
    "continuous_meeting_chat": {
      "type": "object"
    }
  }
}