Skip to content

Commit c3c91d1

Browse files
authored
release: 2.3.3. (#665)
* release: 2.3.3. * bump version for flutter-webrtc. * typo.
1 parent a0b88b5 commit c3c91d1

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
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.3.3
4+
5+
* Support FocusMode/ExposureMode for camera capture options. (#658)
6+
* Fix Swift compilation errors (#662)
7+
* Improve reconnect logic. (#654)
8+
* Fixed bug for Screen Share on iOS/Android.
9+
310
## 2.3.2
411

512
* Add support for audio visualizer.

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.3.2'
3+
s.version = '2.3.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
@@ -19,7 +19,7 @@ import 'package:livekit_client/livekit_client.dart';
1919
/// Main entry point to connect to a room.
2020
/// {@category Room}
2121
class LiveKitClient {
22-
static const version = '2.3.2';
22+
static const version = '2.3.3';
2323

2424
/// Initialize the WebRTC plugin. If this is not manually called, will be
2525
/// initialized with default settings.

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.3.2'
3+
s.version = '2.3.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: 2 additions & 2 deletions
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.3.2
18+
version: 2.3.3
1919
homepage: https://github.com/livekit/client-sdk-flutter
2020

2121
environment:
@@ -37,7 +37,7 @@ dependencies:
3737
uuid: '>=3.0.6'
3838
synchronized: ^3.0.0+3
3939
protobuf: ^3.0.0
40-
flutter_webrtc: ^0.12.4
40+
flutter_webrtc: ^0.12.5
4141
device_info_plus: ^11.1.1
4242
js: '>=0.6.4'
4343
platform_detect: ^2.0.7

0 commit comments

Comments
 (0)