set-video-player-status
Use the interface to set the video play status of the current scene.
Request Mode
POST http://ip/mwapi/set-video-player-status
Parameter | Description |
---|---|
layerId | The layer ID |
playStatus | The play status 0: pause 1: playing |
Response Body
JSON structure is as follows:
{
"status": 0
}
1. Response Status
"status": 0
Name | Description |
---|---|
status | 0 indicates a successful data acquisition. Refer to API Status Codes to find specific description for other values. |