Set audio settings

Allows clients to set device audio settings, including the speaker treble level, the speaker bass level, and whether or not the microphone is muted. See the Audio Settings Details for more information on the attributes and expected values.

NOTE: The voiceAmplificationLevel attribute supports values ranging from 0 to 40. The recommended operating range is 0 dB to 20 dB, which corresponds to endpoint values between 10 and 30.

Set one or more audio setting attributes on the request body.

Minimum role required: general

Example Request Body

{
    "microphoneMute": true,
    "speakerBassLevel": 60,
    "speakerTrebleLevel": 70,
    "echoReductionLevel": "Low"
}
Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here!