Skip to content

Commit b9f8538

Browse files
committed
updating changelog
1 parent 733b436 commit b9f8538

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
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

0 commit comments

Comments
 (0)