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 alert as the value of the setting_type query parameter.**Prerequisites:*** Zoom Room licenses* Owner or Admin privileges on the Zoom Account.**Scopes:** room:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium

getZoomRoomSettings(roomId, setting_type, return_response = F)

Arguments

roomId

Unique identifier of the Zoom Room.

setting_type

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.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.