POST api/v1/Stream/End?streamId={streamId}
结束播放视频
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| streamId | 播放流ID |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"status": 0,
"friendlyMessage": "sample string 1",
"message": "sample string 2",
"requestId": "e2d3acca9dc84786be8edc79656d225f",
"appOwnerId": 0
}