Skip to content

Commit 88ab154

Browse files
Version Packages (#1115)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 02f7a60 commit 88ab154

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

.changeset/giant-days-run.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/slimy-flowers-travel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- Allow simulcast together with E2EE for supported Safari versions - [#1117](https://github.com/livekit/client-sdk-js/pull/1117) ([@lukasIO](https://github.com/lukasIO))
8+
Also fixes the simulcast behaviour for iOS Chrome prior to 17.2
9+
10+
- Remove internal calls to setCodecPreferences on senders - [#1114](https://github.com/livekit/client-sdk-js/pull/1114) ([@lukasIO](https://github.com/lukasIO))
11+
312
## 2.1.0
413

514
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "livekit-client",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "JavaScript/TypeScript client SDK for LiveKit",
55
"main": "./dist/livekit-client.umd.js",
66
"unpkg": "./dist/livekit-client.umd.js",

0 commit comments

Comments
 (0)