We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341cd89 commit 2c6505eCopy full SHA for 2c6505e
CHANGES.md
@@ -1,3 +1,6 @@
1
+# Release v3.5.0
2
+- Support for end-to-end encryption (E2EE) that can be specified by a user when creating an OpenTok session.
3
+
4
# Release v3.4.0
5
- Support for Audio Connector API via `connect_audio_to_websocket` method
6
do not commit.md
opentok/version.py
@@ -1,3 +1,3 @@
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
-__version__ = "3.4.0"
+__version__ = "3.5.0"
0 commit comments