Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.06 KB

CreateRoomDeviceProfileRequest.md

File metadata and controls

16 lines (13 loc) · 1.06 KB

# CreateRoomDeviceProfileRequest

Properties

Name Type Description Notes
audio_processing bool Whether to enable audio processing. [optional]
auto_adjust_mic_level bool Whether to enable microphone level auto adjust. [optional]
camera_id string The camera's device ID. [optional]
echo_cancellation bool Whether to enable echo cancellation. [optional]
microphone_id string The microphone's device ID. [optional]
name string The device profile's name. [optional]
noise_suppression string The noise suppression setting: * `moderate` — Moderate noise suppression. * `aggressive` — Aggressive noise suppression. * `none` — Noise suppression disabled. [optional]
speaker_id string The speaker's device ID. [optional]

[Back to Model list] [Back to API list] [Back to README]