Skip to content

Commit f57516d

Browse files
committed
Update to the Archive.reason docs.
1 parent db5d386 commit f57516d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

opentok/archives.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ class Archive(object):
5151
The API key associated with the archive.
5252
5353
:ivar reason:
54-
For archives with the status "stopped", this can be set to "90 mins exceeded", "failure",
55-
"session ended", or "user initiated". For archives with the status "failed", this can be set
56-
to "system failure".
54+
For archives with the status "stopped" or "failed", this string describes the
55+
reason the archive stopped (such as "maximum duration exceeded") or failed.
5756
5857
:ivar sessionId:
5958
The session ID of the OpenTok session associated with this archive.

0 commit comments

Comments
 (0)