Start 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 "liveStartChannelRecord" | 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 | the output group id of the live channel | String | Required |
Response Example
{
"code":0,
"message":"operation success",
"success":true
}