Parameter | Type | Required | Description |
Signature | String | Yes |
body
(the length is subject to Content-Length
).body
.Name | Type | Description |
BizID | Integer | |
RoomID | String | Room ID |
UserID | String | User ID |
RecordMode | Integer | Recording mode. Valid values: 0: Single stream 1: Mixed stream |
Timestamp | Integer | Timestamp in seconds when the callback is sent |
TaskID | Integer | The task ID assigned by the cloud recording service, which uniquely identifies a recording process and becomes invalid after a recording task ends. When you use the custom recording mode, the task ID can be obtained through the response parameter when recording starts. It needs to be saved by the business as a request parameter for subsequent operations on the recording task. |
EventType | Integer | Event type |
Detail | Event details, whose format is specified by EventType. |
EventDetail
event detailsEventType | Description | Detail |
1 | Recording started. | SeqNo : Segment number of the Number typeFileName : Filename of the String type |
2 | Recording is completed. | SeqNo : Segment number of the Number typeFileName : Filename of the String type |
3 | The audio file has been uploaded. | SeqNo : Segment number of the Number typeFileName : Filename of the String type |
{"BizID":1400000000,"RoomID":"100","UserID":"999","TaskID":446946705284000000,"RecordMode":1,"Timestamp":1675930605,"EventType":1,"Detail":{"SeqNo":0,"FileName":"1400000000_100_999/2023-02-09-16-16-45_446946705284000000_audio.mp3"}}
Was this page helpful?