Skip to content

Commit 2af30ab

Browse files
committed
Docs corrections
- New archive status: expired. - Support for Windows Azure contains for archive file uploads.
1 parent f6d3f2b commit 2af30ab

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

opentok/archives.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@ class Archive(object):
4444
The status of the archive, which can be one of the following:
4545
4646
* "available" -- The archive is available for download from the OpenTok cloud.
47+
* "expired" -- The archive is no longer available for download from the OpenTok cloud.
4748
* "failed" -- The archive recording failed.
4849
* "started" -- The archive started and is in the process of being recorded.
4950
* "stopped" -- The archive stopped recording.
5051
* "uploaded" -- The archive is available for download from the the upload target
51-
S3 bucket.
52+
Amazon S3 bucket or Windows Azure container that you set at the
53+
`OpenTok dashboard <https://dashboard.tokbox.com>`_.
5254
5355
:ivar url:
5456
The download URL of the available MP4 file. This is only set for an archive with the status set to

opentok/opentok.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ def start_archive(self, session_id, **kwargs):
275275
recording an archive.
276276
277277
You can only record one archive at a time for a given session. You can only record archives
278-
of OpenTok server-enabled sessions; you cannot archive peer-to-peer sessions.
278+
of sessions that use the OpenTok Media Router (sessions witht the media mode set to routed);
279+
you cannot archive sessions witht the media mode set to relayed.
279280
280281
:param String session_id: The session ID of the OpenTok session to archive.
281282
:param String name: This is the name of the archive. You can use this name

0 commit comments

Comments
 (0)