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": "8772a4f7238242908912f91e12221f85",
"appOwnerId": 0
}