Skip to content

v3.6.0 release

Compare
Choose a tag to compare
@maxkahan maxkahan released this 07 Jun 12:02
· 26 commits to main since this release

Release v3.6.0

  • Added auto-archive improvements to the opentok.Client.create_session method
    to customize automatically created archives:
    • archive_name parameter
    • archive_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 and hasVideo
    when starting a broadcast or adding new streams to a broadcast.