Skip to content

Commit 50a7e46

Browse files
authored
Merge branch 'master' into feature/prefer-json-to-create-a-session
2 parents 52f011e + 366ca65 commit 50a7e46

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/java/com/opentok/Archive.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,8 @@ public int getPartnerId() {
146146
}
147147

148148
/**
149-
* For archives with the status of Status.STOPPED, this can be set to "maximum duration
150-
* exceeded", "maximum idle time exceeded", "session ended", "user initiated". For archives
151-
* with the status of Status.FAILED, this can be set to "failure".
149+
* For archives with the status Status.STOPPED or Status.FAILED, this string describes the
150+
* reason the archive stopped (such as "maximum duration exceeded") or failed.
152151
*/
153152
public String getReason() {
154153
return reason;

0 commit comments

Comments
 (0)