Skip to content

Commit 0d59812

Browse files
committed
2.19.1
1 parent 94e7b63 commit 0d59812

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Final releases will consolidate all intermediate changes in chronological order.
66

77
For previous changes, see the [release notes](https://github.com/bigbluebutton/bbb-webrtc-sfu/releases).
88

9+
### v2.19.1
10+
11+
* fix(livekit): forcefully unpublish screenshare when server ejects it
12+
* fix(screenshare): ignore eject requests in mediasoup module if using LiveKit
13+
* fix(livekit): discard camera/screen events if meeting is not using LiveKit
14+
915
### v2.19.0
1016

1117
* feat(livekit): add manual subscription capabilities to internal RTC clients

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bbb-webrtc-sfu",
3-
"version": "2.19.0",
3+
"version": "2.19.1",
44
"private": true,
55
"engines": {
66
"npm": ">=6.0.0",

0 commit comments

Comments
 (0)