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 733b436 commit b9f8538Copy full SHA for b9f8538
CHANGES.md
@@ -1,3 +1,15 @@
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
+
13
# Release v3.5.0
14
- Support for end-to-end encryption (E2EE) that can be specified by a user when creating an OpenTok session.
15
0 commit comments