File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.4 .0
2+ current_version = 3.6 .0
33commit = True
44tag = False
55
Original file line number Diff line number Diff line change 1+ # Release v3.6.0
2+ - Added auto-archive improvements to the ` opentok.Client.create_session ` method
3+ to customize automatically created archives:
4+ - ` archive_name ` parameter
5+ - ` archive_resolution ` parameter
6+ - Added the option to append to the user-agent, which can be done with
7+ ``` python
8+ opentok.Client.append_to_user_agent(' my-appended-string' )
9+ ```
10+ - Added the option to specify audio-only or video-only broadcasts with the new booleans ` hasAudio ` and ` hasVideo `
11+ when starting a broadcast or adding new streams to a broadcast.
12+
113# Release v3.5.0
214- Support for end-to-end encryption (E2EE) that can be specified by a user when creating an OpenTok session.
315
Original file line number Diff line number Diff line change 11# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
2- __version__ = "3.5 .0"
2+ __version__ = "3.6 .0"
33
You can’t perform that action at this time.
0 commit comments