get-mic-monitor
Use the interface to get whether the Mic monitor is enabled.
Request Mode
POST http://ip/mwapi/get-mic-monitor
Response Body
{
"status": 0,
"monitor": true
}
Name | Description |
---|---|
monitor | Whether to monitor the Mic. True: monitor False:not monitor |