From 59abd358133e1cc2d8eda5ee84433c6ad7c69497 Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Wed, 12 Jun 2024 15:54:48 +0800 Subject: [PATCH] release: 2.2.0. --- CHANGELOG.md | 6 ++++++ ios/livekit_client.podspec | 2 +- lib/src/livekit.dart | 2 +- macos/livekit_client.podspec | 2 +- pubspec.yaml | 4 ++-- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6405f29b..baa255e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 2.2.0 + +* feat: add Transcription Event. (#531) +* feat: Expose Participant.Kind. (#532) +* fix: ignore unable to parse frames completely (#530) + ## 2.1.6 * Framecryptor decrypting fixes (#520) diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index cba0f3de..3a7d46ab 100644 --- a/ios/livekit_client.podspec +++ b/ios/livekit_client.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'livekit_client' - s.version = '2.1.6' + s.version = '2.2.0' 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/' diff --git a/lib/src/livekit.dart b/lib/src/livekit.dart index 6fb78aa5..ab93c130 100644 --- a/lib/src/livekit.dart +++ b/lib/src/livekit.dart @@ -15,5 +15,5 @@ /// Main entry point to connect to a room. /// {@category Room} class LiveKitClient { - static const version = '2.1.6'; + static const version = '2.2.0'; } diff --git a/macos/livekit_client.podspec b/macos/livekit_client.podspec index fe6cdb29..fc6d937b 100644 --- a/macos/livekit_client.podspec +++ b/macos/livekit_client.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'livekit_client' - s.version = '2.1.6' + s.version = '2.2.0' 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/' diff --git a/pubspec.yaml b/pubspec.yaml index f3ca8d73..6dc068d8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.1.6 +version: 2.2.0 homepage: https://github.com/livekit/client-sdk-flutter environment: @@ -41,7 +41,7 @@ dependencies: device_info_plus: '>=8.0.0' js: '>=0.6.4' platform_detect: ^2.0.7 - dart_webrtc: ^1.4.6 + dart_webrtc: ^1.4.6+hotfix.1 sdp_transform: ^0.3.2 web: ^0.5.1