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:
- Adds support for node 0.12.x and io.js (#89, #94)
- Uses npm package "opentok-token" as the token encoder (#92)
- Documentation improvements