clear-rec-status
Use this interface to reset the interface to the initial status (27) after starting recording.
HTTP Request
GET http://ip/usapi?method=clear-rec-status&id=1
Parameter | Description |
---|---|
method | clear-clear-rec-status |
id | Record channel ID which can be obtained via get-rec-channels. |
Response Body
{
"result": 0
}
Item | Description |
---|---|
result | Returned status. 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |