Release v2.3.0
New archiving features:
- Automatically archived sessions -- See the
archiveMode
option of theopentok.createSession()
method and the\OpenTok\ArchiveMode
class. - Audio-only or video-only archives -- See the
hasAudio
andhasVideo
options of theopentok.startArchive()
method. - Individual archiving -- See the
outputMode
option of theopentok.startArchive()
method and the\OpenTok\OutputMode
class. (#52) - Paused archives -- When no clients are publishing to a session being archived, its status changes to "paused". See
\OpenTok\Archive.status
.