File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
test/java/com/opentok/test Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ public enum OutputMode {
95
95
@ JsonProperty private int partnerId ;
96
96
@ JsonProperty private String reason ;
97
97
@ JsonProperty private String sessionId ;
98
- @ JsonProperty private int size = 0 ;
98
+ @ JsonProperty private long size = 0 ;
99
99
@ JsonProperty private Status status ;
100
100
@ JsonProperty private String url ;
101
101
@ JsonProperty private boolean hasVideo = true ;
@@ -172,7 +172,7 @@ public String getSessionId() {
172
172
/**
173
173
* The size of the MP4 file. For archives that have not been generated, this value is set to 0.
174
174
*/
175
- public int getSize () {
175
+ public long getSize () {
176
176
return size ;
177
177
}
178
178
Original file line number Diff line number Diff line change @@ -617,7 +617,7 @@ public void testListArchives() throws OpenTokException {
617
617
" \" partnerId\" : 123456,\n " +
618
618
" \" reason\" : \" \" ,\n " +
619
619
" \" sessionId\" : \" SESSIONID\" ,\n " +
620
- " \" size\" : 2909274 ,\n " +
620
+ " \" size\" : 247145329511 ,\n " +
621
621
" \" status\" : \" available\" ,\n " +
622
622
" \" url\" : \" http://tokbox.com.archive2.s3.amazonaws.com/123456%2Fef546c5" +
623
623
"a-4fd7-4e59-ab3d-f1cfb4148d1d%2Farchive.mp4?Expires=1395188695&AWSAccessKeyId=AKIAI6" +
You can’t perform that action at this time.
0 commit comments