Zoom · Example Payload

Zoom Meeting Meeting Settings Example

ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

Zoom Meeting Meeting Settings Example is an example object payload from Zoom, with 40 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

host_videoparticipant_videocn_meetingin_meetingjoin_before_hostjbh_timemute_upon_entrywatermarkuse_pmiapproval_typeregistration_typeaudioauto_recordingenforce_loginenforce_login_domainsalternative_hostsalternative_hosts_email_notificationclose_registrationwaiting_roomglobal_dial_in_countriescontact_namecontact_emailregistrants_email_notificationregistrants_confirmation_emailmeeting_authenticationauthentication_optionauthentication_domainsauthentication_nameshow_share_buttonallow_multiple_devicesencryption_typeapproved_or_denied_countries_or_regionsbreakout_roomlanguage_interpretationfocus_modemeeting_inviteesprivate_meetingemail_notificationhost_save_video_ordercontinuous_meeting_chat

Example Payload

Raw ↑
{
  "host_video": true,
  "participant_video": true,
  "cn_meeting": true,
  "in_meeting": true,
  "join_before_host": true,
  "jbh_time": 10,
  "mute_upon_entry": true,
  "watermark": true,
  "use_pmi": true,
  "approval_type": 10,
  "registration_type": 10,
  "audio": "example_value",
  "auto_recording": "example_value",
  "enforce_login": true,
  "enforce_login_domains": "example_value",
  "alternative_hosts": "example_value",
  "alternative_hosts_email_notification": "user@example.com",
  "close_registration": true,
  "waiting_room": true,
  "global_dial_in_countries": [],
  "contact_name": "example_value",
  "contact_email": "user@example.com",
  "registrants_email_notification": "user@example.com",
  "registrants_confirmation_email": "user@example.com",
  "meeting_authentication": true,
  "authentication_option": "example_value",
  "authentication_domains": "example_value",
  "authentication_name": "example_value",
  "show_share_button": true,
  "allow_multiple_devices": true,
  "encryption_type": "example_value",
  "approved_or_denied_countries_or_regions": "example_value",
  "breakout_room": "example_value",
  "language_interpretation": "example_value",
  "focus_mode": true,
  "meeting_invitees": [],
  "private_meeting": true,
  "email_notification": "user@example.com",
  "host_save_video_order": true,
  "continuous_meeting_chat": "example_value"
}