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.
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
Click Try It! to start a request and see the response here!