set-mic-monitor
Use the interface to set whether to enable the Mic monitor.
Request Mode
POST http://ip/mwapi/set-mic-monitor
{
"monitor": true
}
Parameter | Description |
---|---|
monitor | Whether to monitor the Mic. True: monitor False: not monitor |
Response Body
{
"status": 0,
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |