Update a device profile
PATCH {{baseUrl}}/rooms/:roomId/device_profiles/:deviceProfileId
Use this API to update a Zoom Room device profile.
Prerequisites: * A Pro or a higher account with Zoom Rooms.
Scopes: room:write:admin
Rate Limit Label: Medium
Request Body
{"audio_processing"=>"<boolean>", "auto_adjust_mic_level"=>"<boolean>", "camera_id"=>"<string>", "echo_cancellation"=>"<boolean>", "microphone_id"=>"<string>", "noise_suppression"=>"aggressive", "speaker_id"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |