Skip to content

Commit 6737683

Browse files
Version Packages
1 parent 6c4627a commit 6737683

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.changeset/chilled-oranges-try.md

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

.changeset/chilly-llamas-grow.md

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

.changeset/fix-audio-context.md

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

.changeset/many-stingrays-joke.md

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

CHANGELOG.md

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

3+
## 2.15.8
4+
5+
### Patch Changes
6+
7+
- Add preliminary support for data message decryption - [#1595](https://github.com/livekit/client-sdk-js/pull/1595) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Add video autoplay attributes to PublishVideoCheck - [#1648](https://github.com/livekit/client-sdk-js/pull/1648) ([@Doomann](https://github.com/Doomann))
10+
11+
- Properly clean up event listeners in getNewAudioContext() - [#1660](https://github.com/livekit/client-sdk-js/pull/1660) ([@indexds](https://github.com/indexds))
12+
13+
- Register online listener in engine's join - [#1658](https://github.com/livekit/client-sdk-js/pull/1658) ([@lukasIO](https://github.com/lukasIO))
14+
315
## 2.15.7
416

517
### 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.15.7",
3+
"version": "2.15.8",
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)