Skip to content

Release v2.3.0

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

New archiving features:

  • Automatically archived sessions -- See the archiveMode() method of the SessionProperties.Builder class and the ArchiveMode class.
  • Audio-only or video-only archives -- See the new ArchiveProperties.Builder class and the hasAudio() and hasVideo() methods.
  • Individual archiving -- See the outputMode() method of the new ArchiveProperties.Builder class and the OutputMode class.
  • Paused archives -- When no clients are publishing to a session being archived, its status changes to "paused". See Archive.Status.PAUSED.
  • OpenTok.listArchives() now returns a new type called ArchiveList. It still implements the List<Archive> interface, so this change is backwards compatible.

Other improvements:

  • Support for Oracle JDK 8 (#57)
  • Loosens version specifiers to reduce dependency conflicts (#39)
  • Updates gradle to version 2.3