Skip to content

Commit d8ac93b

Browse files
Version Packages (#1144)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0d919c6 commit d8ac93b

File tree

8 files changed

+19
-31
lines changed

8 files changed

+19
-31
lines changed

.changeset/chilly-grapes-report.md

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

.changeset/dirty-mayflies-build.md

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

.changeset/eight-pugs-cough.md

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

.changeset/fifty-steaks-fly.md

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

.changeset/fifty-suns-sort.md

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

.changeset/four-islands-try.md

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

CHANGELOG.md

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

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- Allow processors to be set as part of track publish options - [#1143](https://github.com/livekit/client-sdk-js/pull/1143) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Support SIP DTMF data messages. - [#1130](https://github.com/livekit/client-sdk-js/pull/1130) ([@dennwc](https://github.com/dennwc))
10+
11+
### Patch Changes
12+
13+
- Use legacy SVC encoding specification for React-Native - [#1093](https://github.com/livekit/client-sdk-js/pull/1093) ([@davidzhao](https://github.com/davidzhao))
14+
15+
- Make sure setting a new processor doesn't remove the processor html element - [#1149](https://github.com/livekit/client-sdk-js/pull/1149) ([@lukasIO](https://github.com/lukasIO))
16+
17+
- Add support for ParticipantKind - [#1150](https://github.com/livekit/client-sdk-js/pull/1150) ([@lukasIO](https://github.com/lukasIO))
18+
19+
- Also set audioOutput on audioElements when using webAudioMix - [#1145](https://github.com/livekit/client-sdk-js/pull/1145) ([@lukasIO](https://github.com/lukasIO))
20+
321
## 2.1.5
422

523
### Patch 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.5",
3+
"version": "2.2.0",
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)