New archiving features:
- Automatically archived sessions -- See the
"archiveMode"
option of theopentok.createSession()
method. - Individual archiving -- See the
"outputMode"
option of theopentok.startArchive()
method. - Video or Audio only archives -- See the
"hasAudio"
and"hasVideo"
options of theopentok.startArchive()
method. - Paused archives -- When no clients are publishing to a session being archived, its status changes to
"paused"
. Seearchive.status
.
Other improvements: