Release v2.3.0
New archiving features:
- Automatically archived sessions -- See the
archiveModeoption of theopentok.createSession()method and the\OpenTok\ArchiveModeclass. - Audio-only or video-only archives -- See the
hasAudioandhasVideooptions of theopentok.startArchive()method. - Individual archiving -- See the
outputModeoption of theopentok.startArchive()method and the\OpenTok\OutputModeclass. (#52) - Paused archives -- When no clients are publishing to a session being archived, its status changes to "paused". See
\OpenTok\Archive.status.