Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1144

Merged
merged 1 commit into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chilly-grapes-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-mayflies-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-pugs-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-steaks-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-suns-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-islands-try.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## 2.2.0

### Minor Changes

- 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))

- Support SIP DTMF data messages. - [#1130](https://github.com/livekit/client-sdk-js/pull/1130) ([@dennwc](https://github.com/dennwc))

### Patch Changes

- Use legacy SVC encoding specification for React-Native - [#1093](https://github.com/livekit/client-sdk-js/pull/1093) ([@davidzhao](https://github.com/davidzhao))

- 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))

- Add support for ParticipantKind - [#1150](https://github.com/livekit/client-sdk-js/pull/1150) ([@lukasIO](https://github.com/lukasIO))

- Also set audioOutput on audioElements when using webAudioMix - [#1145](https://github.com/livekit/client-sdk-js/pull/1145) ([@lukasIO](https://github.com/lukasIO))

## 2.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "livekit-client",
"version": "2.1.5",
"version": "2.2.0",
"description": "JavaScript/TypeScript client SDK for LiveKit",
"main": "./dist/livekit-client.umd.js",
"unpkg": "./dist/livekit-client.umd.js",
Expand Down