GET {{baseUrl}}/rooms/:id/settings?setting_type=meeting
Get information on meeting or alert settings applied to a specific Zoom Room. By default, only Meeting Settings are returned. To view only Alert Settings, specify Prerequisites: Scopes: Rate Limit Label: alert
as the value of the setting_type
query parameter.
room:read:admin
MEDIUM
Body
PARAM
Key | Datatype | Required | Description |
setting_type
|
string | (Required) The type of setting that you would like to retrieve. `alert`: Alert Settings applied on the Zoom Rooms Account. `meeting`: Meeting settings of the Zoom Rooms Account. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"meeting_security": {
"encryption_type": "e2ee",
"end_to_end_encrypted_meetings": "<boolean>",
"auto_security": "<boolean>"
},
"zoom_rooms": {
"allow_multiple_content_sharing": "<boolean>",
"remote_support": false,
"audio_device_daily_auto_test": "<boolean>",
"auto_direct_sharing": "<boolean>",
"auto_start_scheduled_meeting": "<boolean>",
"auto_stop_scheduled_meeting": "<boolean>",
"count_attendees_number_in_room": "<boolean>",
"display_feedback_survey": "<boolean>",
"display_meeting_list": "<boolean>",
"display_top_banner": "<boolean>",
"encrypt_shared_screen_content": "<boolean>",
"hide_id_for_private_meeting": "<boolean>",
"hide_share_instruction": "<boolean>",
"send_whiteboard_to_internal_contact_only": "<boolean>",
"show_alert_before_meeting": "<boolean>",
"show_call_history_in_room": "<boolean>",
"show_contact_list_on_controller": "<boolean>",
"make_room_alternative_host": "<boolean>",
"hide_user_personal_information": "<boolean>",
"bypass_meeting_password": "<boolean>",
"show_non_video_participants": "<boolean>",
"start_airplay_manually": "<boolean>",
"start_airplay_mirroring": "<boolean>",
"support_join_3rd_party_meeting": "<boolean>",
"transform_meeting_to_private": "<boolean>",
"upcoming_meeting_alert": "<boolean>",
"weekly_system_restart": "<boolean>",
"entry_exit_chime": "none",
"record_play_own_voice": "<boolean>"
}
} |
ENDPOINTS