Release v2.3.0
New archiving features:
- Automatically archived sessions -- See the
archiveMode()
method of theSessionProperties.Builder
class and theArchiveMode
class. - Audio-only or video-only archives -- See the new
ArchiveProperties.Builder
class and thehasAudio()
andhasVideo()
methods. - Individual archiving -- See the
outputMode()
method of the newArchiveProperties.Builder
class and theOutputMode
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 calledArchiveList
. It still implements theList<Archive>
interface, so this change is backwards compatible.
Other improvements: