diff --git a/CHANGELOG.md b/CHANGELOG.md index 954d4bfb..97fde652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 0.5.9 + +* Fix: iOS audio issue which prevents `AVAudioSessionCategory` to switch correctly. + ## 0.5.8 * Support for protocol 7, remote unpublish. diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index a82693ce..0d9eaa55 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -7,7 +7,7 @@ PODS: - Libyuv (= 1703) - WebRTC-SDK (= 97.4692.02) - Libyuv (1703) - - livekit_client (0.5.8): + - livekit_client (0.5.9): - Flutter - WebRTC-SDK (~> 97.4692) - path_provider_ios (0.0.1): @@ -48,7 +48,7 @@ SPEC CHECKSUMS: Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a flutter_webrtc: 3fd57d5bd9b6ce85d12d37f6f68d97be3b80509f Libyuv: 5f79ced0ee66e60a612ca97de1e6ccacd187a437 - livekit_client: 68df5f0ed045accdd5b14be7e68e4caedc0167a7 + livekit_client: 854fbd84ec40fa26030d1baaec427b7e2f6f3446 path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02 shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad WebRTC-SDK: dda4e50186f9eed672dc6bcf4faafb30c6ce48e3 diff --git a/example/macos/Podfile.lock b/example/macos/Podfile.lock index 3d206cae..2ee39417 100644 --- a/example/macos/Podfile.lock +++ b/example/macos/Podfile.lock @@ -5,7 +5,7 @@ PODS: - FlutterMacOS - WebRTC-SDK (= 97.4692.02) - FlutterMacOS (1.0.0) - - livekit_client (0.5.8): + - livekit_client (0.5.9): - FlutterMacOS - WebRTC-SDK (~> 97.4692) - path_provider_macos (0.0.1): @@ -44,7 +44,7 @@ SPEC CHECKSUMS: device_info_plus_macos: 1ad388a1ef433505c4038e7dd9605aadd1e2e9c7 flutter_webrtc: cbfa010d869391079d6713d9e0f1cda7dde7a407 FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424 - livekit_client: a7482ba347ba089d0ac80564b44297d4563c7c1f + livekit_client: 9201d814b9d5c7c6c0b0edabb341ba1a5253981b path_provider_macos: 160cab0d5461f0c0e02995469a98f24bdb9a3f1f shared_preferences_macos: a64dc611287ed6cbe28fd1297898db1336975727 WebRTC-SDK: dda4e50186f9eed672dc6bcf4faafb30c6ce48e3 diff --git a/example/pubspec.lock b/example/pubspec.lock index 49757d59..81a04f5c 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -225,7 +225,7 @@ packages: path: ".." relative: true source: path - version: "0.5.8" + version: "0.5.9" logging: dependency: "direct main" description: diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index 6a9cdd84..a0a55f83 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 = '0.5.8' + s.version = '0.5.9' 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 ca9dc0f3..c905c9ea 100644 --- a/lib/src/livekit.dart +++ b/lib/src/livekit.dart @@ -4,7 +4,7 @@ import 'options.dart'; /// Main entry point to connect to a room. /// {@category Room} class LiveKitClient { - static const version = '0.5.8'; + static const version = '0.5.9'; /// Convenience method for connecting to a LiveKit server. /// Returns a [Room] upon a successful connect or throws when it fails. diff --git a/macos/livekit_client.podspec b/macos/livekit_client.podspec index ac928aaf..1fc47157 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 = '0.5.8' + s.version = '0.5.9' 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 d6230226..c042fc77 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,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: 0.5.8 +version: 0.5.9 homepage: https://livekit.io environment: