Set USB mode
1. API Description
This API is used to set usb mode. Only the parameters that need to be modified are required; unchanged parameters can be omitted.
Request mode: POST [ip]/api/system/usb-mode/update
| Administrator Rights | Logged-in |
|---|---|
| No | Yes |
2. Input Parameters
| Name | Required | Type | Description |
|---|---|---|---|
| mode | Yes | String | "Normal mode": Video conferencing mode. "Content mode": Content sharing mode. |
3. Output Parameters
| Name | Type | Description |
|---|---|---|
| status | Int | Status code. |
| code | String | Status description. |
4. Example
Modifying the USB mode.
Input Example
{
"mode": "Content mode"
}
Output Example
{
"status": 0,
"code" : "Success"
}
5. Error Code
No error code related to the API business logic. For other error codes, see Common Error Codes.