- Added support for the [Captions API](https://tokbox.com/developer/guides/live-captions/)
3.7.1
- Fixed an issue with end-to-end encryption not being called correctly when creating a new session
3.7.0
- Added the `maxBitrate` parameter to the `Client.start_broadcast` method - Added the `hlsStatus` parameter to the `Broadcast object` - Added the `streams` parameter so specific streams can be chosen to be included in a SIP call when using the `Client.dial` method
3.6.1
- Fixed broken `opentok.Client.add_archive_stream`, `opentok.Client.remove_archive_stream`, `opentok.Client.add_broadcast_stream` and `opentok.Client.remove_broadcast_stream` methods and tests - Fixed `opentok.Endpoints.get_archive_stream` and `opentok.Endpoints.get_broadcast_stream` methods
3.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 python 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.
3.5.0
- Support for end-to-end encryption (E2EE) that can be specified by a user when creating an OpenTok session.