Skip to content

Commit

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

* update CHANGELOG.md.

* update CHANGLOG.md.

* bump version for dart-webrtc.

* bump version for flutter-webrtc.

* Update CHANGELOG.md
  • Loading branch information
cloudwebrtc authored Jul 12, 2024
1 parent f226c14 commit 8bd2653
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 12 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.2.1

* fix: fix crash for windows
* feat: bump version for flutter-webrtc.
* fix: ratchet on a single frame until ratchetWindowSize (#544)
* fix: fix mediaStreamTrack.getSettings() on Flutter Web.

## 2.2.0

* feat: add Transcription Event. (#531)
Expand Down
4 changes: 2 additions & 2 deletions 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.2.0'
s.version = '2.2.1'
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 All @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.static_framework = true

s.dependency 'Flutter'
s.dependency 'WebRTC-SDK', '125.6422.02'
s.dependency 'WebRTC-SDK', '125.6422.04'
end
2 changes: 1 addition & 1 deletion lib/src/livekit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
/// Main entry point to connect to a room.
/// {@category Room}
class LiveKitClient {
static const version = '2.2.0';
static const version = '2.2.1';
}
4 changes: 2 additions & 2 deletions 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.2.0'
s.version = '2.2.1'
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 All @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.static_framework = true

s.dependency 'FlutterMacOS'
s.dependency 'WebRTC-SDK', '125.6422.02'
s.dependency 'WebRTC-SDK', '125.6422.04'
end
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ packages:
dependency: "direct main"
description:
name: dart_webrtc
sha256: d663abfe6ed95afadcb64083e364aa16dbeaadead193bb03047cf6913e57b65e
sha256: dc97a87e8d8c168fc5401ef18eaa0e06e1ac8fc099812de27a002860d021e227
url: "https://pub.dev"
source: hosted
version: "1.4.6+hotfix.1"
version: "1.4.7"
dbus:
dependency: transitive
description:
Expand Down Expand Up @@ -228,10 +228,10 @@ packages:
dependency: "direct main"
description:
name: flutter_webrtc
sha256: a09adf01e8b760a9ca6418323786f51417fb75986f210513e83d4753686795f0
sha256: "994abcb8d919c03302e05b9402e7578562548ac92b65d65d498889b2765a034e"
url: "https://pub.dev"
source: hosted
version: "0.11.1"
version: "0.11.3"
glob:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 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.2.0
version: 2.2.1
homepage: https://github.com/livekit/client-sdk-flutter

environment:
Expand All @@ -37,11 +37,11 @@ dependencies:
uuid: '>=3.0.6'
synchronized: ^3.0.0+3
protobuf: ^3.0.0
flutter_webrtc: ^0.11.1
flutter_webrtc: ^0.11.3
device_info_plus: '>=8.0.0'
js: '>=0.6.4'
platform_detect: ^2.0.7
dart_webrtc: ^1.4.6+hotfix.1
dart_webrtc: ^1.4.7
sdp_transform: ^0.3.2
web: ^0.5.1

Expand Down

0 comments on commit 8bd2653

Please sign in to comment.