Skip to content

Commit 96a87cb

Browse files
authored
release: 2.0.3. (#489)
* release: 2.0.3. * update.
1 parent c0b8076 commit 96a87cb

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

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

3+
## 2.0.3
4+
5+
* Read capabilities from RtcRTPReceiver instead of from sender. (#488)
6+
* Update screenshare logic for svc publishing (#487)
7+
* Prevent screen-sharing on flutter web mobile. (#486)
8+
* feat: add setKey variant, setRawKey (#482)
9+
310
## 2.0.2
411

512
* Add Android 14 media projection perm to docs (#470)

ios/livekit_client.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'livekit_client'
3-
s.version = '2.0.2'
3+
s.version = '2.0.3'
44
s.summary = 'Open source platform for real-time audio and video.'
55
s.description = 'Open source platform for real-time audio and video.'
66
s.homepage = 'https://livekit.io/'

lib/src/livekit.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
/// Main entry point to connect to a room.
1616
/// {@category Room}
1717
class LiveKitClient {
18-
static const version = '2.0.2';
18+
static const version = '2.0.3';
1919
}

macos/livekit_client.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'livekit_client'
3-
s.version = '2.0.2'
3+
s.version = '2.0.3'
44
s.summary = 'Open source platform for real-time audio and video.'
55
s.description = 'Open source platform for real-time audio and video.'
66
s.homepage = 'https://livekit.io/'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
name: livekit_client
1616
description: Flutter Client SDK for LiveKit.
1717
Build real-time video and audio into your apps. Supports iOS, Android, and Web.
18-
version: 2.0.2
18+
version: 2.0.3
1919
homepage: https://github.com/livekit/client-sdk-flutter
2020

2121
environment:

0 commit comments

Comments
 (0)