diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e95fef..6405f29b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 2.1.6 + +* Framecryptor decrypting fixes (#520) +* feat: add voiceIsolation support (#523) +* fix: audio session control for ios. + ## 2.1.5 fix: audio devcie ids consistency (#513) diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index e7c28e97..cba0f3de 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.5' + s.version = '2.1.6' 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 9bf1b37c..6fb78aa5 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.5'; + static const version = '2.1.6'; } diff --git a/macos/livekit_client.podspec b/macos/livekit_client.podspec index c79d8ee2..fe6cdb29 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.5' + s.version = '2.1.6' 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 a7109675..f3ca8d73 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.5 +version: 2.1.6 homepage: https://github.com/livekit/client-sdk-flutter environment: @@ -30,7 +30,6 @@ dependencies: async: ^2.9.0 collection: '>=1.16.0' connectivity_plus: ^6.0.2 - cryptography: ^2.0.5 fixnum: ^1.0.1 meta: ^1.8.0 http: '>=0.13.0' @@ -38,11 +37,11 @@ dependencies: uuid: '>=3.0.6' synchronized: ^3.0.0+3 protobuf: ^3.0.0 - flutter_webrtc: ^0.10.7 + flutter_webrtc: ^0.10.8 device_info_plus: '>=8.0.0' - js: ^0.6.4 + js: '>=0.6.4' platform_detect: ^2.0.7 - dart_webrtc: ^1.4.3 + dart_webrtc: ^1.4.6 sdp_transform: ^0.3.2 web: ^0.5.1