get-mic-gain
Use the interface to get whether Mic gain is enabled.
Request Mode
POST http://ip/mwapi/get-mic-gain
Response Body
{
"status": 0,
"gain":1
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
gain | 0: not enabled 1: enabled |