stop-rec
Use the interface to stop recording.
HTTP Request
GET http://ip/usapi?method=stop-rec
| Parameter | Description |
|---|---|
| method | stop-rec |
Response Body
{
"result": 0
}
| Item | Description |
|---|---|
| result | Indicates returned status. 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |