Skip to content

Commit d27956f

Browse files
committed
Enhance documentation in QueryResourceRes by adding a description for the sliceStartTime field, specifying it as the recording start time in Unix timestamp format.
1 parent 478c552 commit d27956f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

agora-rest-client-core/src/main/java/io/agora/rest/services/cloudrecording/api/res/QueryResourceRes.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,10 @@ public static class MixRecordingHLSAndMP4ServerResponse {
679679
@JsonProperty("fileList")
680680
private List<FileDetail> fileList;
681681

682+
/**
683+
* The recording start time of the file, the Unix timestamp, in
684+
* seconds.
685+
*/
682686
@JsonProperty("sliceStartTime")
683687
private Long sliceStartTime;
684688

0 commit comments

Comments
 (0)