v3.6.0 release
Release v3.6.0
- Added auto-archive improvements to the
opentok.Client.create_session
method
to customize automatically created archives:archive_name
parameterarchive_resolution
parameter
- Added the option to append to the user-agent, which can be done with
opentok.Client.append_to_user_agent('my-appended-string')
- Added the option to specify audio-only or video-only broadcasts with the new booleans
hasAudio
andhasVideo
when starting a broadcast or adding new streams to a broadcast.