Update either meeting or alert settings applied to a specific Zoom Room. To update **Alert Settings**, specify alert as the value of the setting_type query parameter. To update **Meeting Settings**, specify meeting as the value of the setting_type query parameter.**Prerequisites:*** Zoom Room licenses* Owner or Admin privileges on the Zoom Account.**Scopes:** room:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium

updateZoomRoomSettings(roomId, setting_type = NULL, return_response = F)

Arguments

roomId

Unique Identifier of the Zoom Room.

setting_type

The type of setting that you would like to update. alert: Alert Settings applied on the Zoom Room.meeting: Meeting settings of the Zoom Room.signage: Digital signage settings applied on the Zoom Room.

return_response

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