Stop Recording
Service Address
http://api-az-cn.danghongyun.com/rest
Request Method
POST
Request Parameters
| Parameter | Description | Type | Required |
|---|---|---|---|
| accessKey | The user access key | String | Required |
| action | API name, this api is "liveStopChannelRecord" | String | Required |
| version | API version, currently must be 2.0 | String | Required |
| signature | Signature generated by signature rule. | String | Required |
| timestamp | Invoke time in milliseconds since january 1 1970, eg: 1466488681033 | String | Required |
| channelId | live channels id | String | Required |
| outputGroupId | live output group id | String | Required |
Response Example
{
"code": 0,
"message": "operation success",
"success":true,
"result": {
"videoId": "da3794648c0f4baab00348136def9fd3"
}
}
Response Fields
| Field | Description |
|---|---|
| videoId | The recorded video id |