Obtain USB mode
1. API Description
This API is used to obtain current USB mode.
Request mode: GET/POST [ip]/api/system/usb-mode/get
Administrator Rights | Logged-in |
---|---|
No | Yes |
2. Input Parameters
None
3. Output Parameters
Name | Type | Description |
---|---|---|
status | Integer | Status code |
code | String | Status discrption. |
data | struct | Refer to USB mode. |
USB Mode
Name | Type | Description |
---|---|---|
mode | String | Options are "Normal mode" (Video conferencing) or "Content mode" (Content sharing). |
4. Example
Obtaining current USB mode.
Input Example
None
Output Example
{
"data": {
"mode": "Normal mode"
},
"status": 0,
"code": "Success"
}
5. Error Code
No error code related to the API business logic. For other error codes, see Common Error Codes.