GET {{baseUrl}}/rooms/:roomId/device_profiles/:deviceProfileId
Use this API to return a Zoom Room device profile. 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>"
} |
ENDPOINTS