Skip to content

Release v2.3.0

Compare
Choose a tag to compare
@aoberoi aoberoi released this 04 Jun 20:35

New archiving features:

  • Automatically archived sessions -- See the archive_mode parameter of the opentok.create_session() method and the ArchiveModes class.
  • Audio-only or video-only archives -- See the has_audio and has_video parameters of the opentok.start_archive() method.
  • Individual archiving -- See the output_mode parameter of the opentok.start_archive() method and the OutputModes 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