Home > Develop > IP Control > REST API > API List
setAudioMute (v1.0)
Estimated reading time: 1 minute
- This API provides the function to change the audio mute status.
Syntax
- http://<Base URL>/audio
Authentication Level
- generic
Request
- params' Elements
- An object composed of the following pair(s).
name | type | multiplicity | default | description |
---|---|---|---|---|
status | boolean | 1 | Mute status to set.
|
- JSON Example
-
{ "method": "setAudioMute", "id": 601, "params": [{"status": true}], "version": "1.0" }
Response
- result's Elements
- The following value.
type | description |
---|---|
integer | Only 0 is returned. |
- JSON Example
-
{ "result": [0], "id": 601 }
- Error Code
- No additional error codes are defined. Refer to error code for common errors.
Last modified: 26 Jul 2024