Release v2.3.0
New archiving features:
- Automatically archived sessions -- See the
archive_modeparameter of theopentok.create_session()method and theArchiveModesclass. - Audio-only or video-only archives -- See the
has_audioandhas_videoparameters of theopentok.start_archive()method. - Individual archiving -- See the
output_modeparameter of theopentok.start_archive()method and theOutputModesclass. - Paused archives -- When no clients are publishing to a session being archived, its status changes to "paused". See
archive.status.
Other improvements:
- Adds Python 3.4 support