Create a device profile

POST {{baseUrl}}/rooms/:roomId/device_profiles

Use this API to create 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>", "name"=>"<string>", "noise_suppression"=>"none", "speaker_id"=>"<string>"}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | |

RESPONSES

status: Created

""