Skip to content

Commit

Permalink
release: 2.3.3. (#665)
Browse files Browse the repository at this point in the history
* release: 2.3.3.

* bump version for flutter-webrtc.

* typo.
  • Loading branch information
cloudwebrtc authored Dec 23, 2024
1 parent a0b88b5 commit c3c91d1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 2.3.3

* Support FocusMode/ExposureMode for camera capture options. (#658)
* Fix Swift compilation errors (#662)
* Improve reconnect logic. (#654)
* Fixed bug for Screen Share on iOS/Android.

## 2.3.2

* Add support for audio visualizer.
Expand Down
2 changes: 1 addition & 1 deletion ios/livekit_client.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'livekit_client'
s.version = '2.3.2'
s.version = '2.3.3'
s.summary = 'Open source platform for real-time audio and video.'
s.description = 'Open source platform for real-time audio and video.'
s.homepage = 'https://livekit.io/'
Expand Down
2 changes: 1 addition & 1 deletion lib/src/livekit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import 'package:livekit_client/livekit_client.dart';
/// Main entry point to connect to a room.
/// {@category Room}
class LiveKitClient {
static const version = '2.3.2';
static const version = '2.3.3';

/// Initialize the WebRTC plugin. If this is not manually called, will be
/// initialized with default settings.
Expand Down
2 changes: 1 addition & 1 deletion macos/livekit_client.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'livekit_client'
s.version = '2.3.2'
s.version = '2.3.3'
s.summary = 'Open source platform for real-time audio and video.'
s.description = 'Open source platform for real-time audio and video.'
s.homepage = 'https://livekit.io/'
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name: livekit_client
description: Flutter Client SDK for LiveKit.
Build real-time video and audio into your apps. Supports iOS, Android, and Web.
version: 2.3.2
version: 2.3.3
homepage: https://github.com/livekit/client-sdk-flutter

environment:
Expand All @@ -37,7 +37,7 @@ dependencies:
uuid: '>=3.0.6'
synchronized: ^3.0.0+3
protobuf: ^3.0.0
flutter_webrtc: ^0.12.4
flutter_webrtc: ^0.12.5
device_info_plus: ^11.1.1
js: '>=0.6.4'
platform_detect: ^2.0.7
Expand Down

0 comments on commit c3c91d1

Please sign in to comment.