GET {{baseUrl}}/rooms/:roomId/device_profiles
Use this API to return a list of Zoom Room device profiles. Prerequisites:
* A Pro or a higher account with Zoom Rooms. Scopes: Rate Limit Label: room:read:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
[
{
"audio_processing": "<boolean>",
"auto_adjust_mic_level": "<boolean>",
"camera_id": "<string>",
"echo_cancellation": "<boolean>",
"id": "<string>",
"microphone_id": "<string>",
"name": "<string>",
"noise_suppression": "moderate",
"speaker_id": "<string>"
},
{
"audio_processing": "<boolean>",
"auto_adjust_mic_level": "<boolean>",
"camera_id": "<string>",
"echo_cancellation": "<boolean>",
"id": "<string>",
"microphone_id": "<string>",
"name": "<string>",
"noise_suppression": "aggressive",
"speaker_id": "<string>"
}
] |
ENDPOINTS