Skip to content

Commit 04299ac

Browse files
committed
Update to the Archive->reason docs.
1 parent f928145 commit 04299ac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/OpenTok/Archive.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@
3838
* The API key associated with the archive.
3939
*
4040
* @property string $reason
41-
* For archives with the status "stopped", this can be set to "maximum duration
42-
* exceeded", "maximum idle time exceeded", "session ended", "user initiated". For archives with
43-
* the status "failed", this can be set to "failure".
41+
* For archives with the status "stopped" or "failed", this string describes the reason
42+
* the archive stopped (such as "maximum duration exceeded") or failed.
4443
*
4544
* @property string $sessionId
4645
* The session ID of the OpenTok session associated with this archive.

0 commit comments

Comments
 (0)