POST api/v1/Stream/End?streamId={streamId}

结束播放视频

Request Information

Parameters

NameDescriptionAdditional 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": "b49270ea7f5b404f941ab8ce2ac244f6",
  "appOwnerId": 0
}