Skip to content

Commit 366ca65

Browse files
committed
Update to the Archive.getReason() docs.
1 parent 9230dfe commit 366ca65

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)