Set Video Configuration
1. API Description
This API is used to set video configuration.
Request mode: POST [ip]/api/video/config/set
| Administrator Rights | Login Authentication |
|---|---|
| No | Yes |
2. Input Parameters
Refer to Video Configuration Parameters List, each parameter can be configured independently.
3. Output Parameters
| Parameter Name | Type | Description |
|---|---|---|
| status | Int | Status code |
4. Example
Set Volume Bar Display
Input Example
{
"show-vu-meter": true
}
Output Example
{
"status": 0
}