Release v2.3.0
New archiving features:
- Automatically archived sessions -- See the
archive_mode
parameter of theopentok.create_session()
method and theArchiveModes
class. - Audio-only or video-only archives -- See the
has_audio
andhas_video
parameters of theopentok.start_archive()
method. - Individual archiving -- See the
output_mode
parameter of theopentok.start_archive()
method and theOutputModes
class. - 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