diff --git a/CHANGELOG.md b/CHANGELOG.md index dd21c5fa..570b538f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 1.1.5 + +* Make MediaDevice data class. +* Add simulate for candidate protocol switch. +* Fix VideoTrackRenderer for local has been blacked when toggle video status #166 + ## 1.1.4 * Fixed timestamp type error in ping/pong. diff --git a/example/pubspec.lock b/example/pubspec.lock index bd984772..055043cc 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -232,7 +232,7 @@ packages: name: flutter_webrtc url: "https://pub.dartlang.org" source: hosted - version: "0.9.6" + version: "0.9.8" google_fonts: dependency: "direct main" description: diff --git a/pubspec.lock b/pubspec.lock index bf5605d3..444ad6a1 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -267,7 +267,7 @@ packages: name: flutter_webrtc url: "https://pub.dartlang.org" source: hosted - version: "0.9.6" + version: "0.9.8" glob: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index c6cf8f21..e5dbffa1 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: 1.1.4 +version: 1.1.5 homepage: https://livekit.io environment: @@ -23,7 +23,7 @@ dependencies: uuid: ^3.0.6 synchronized: ^3.0.0 protobuf: ^2.0.1 - flutter_webrtc: 0.9.7 + flutter_webrtc: 0.9.8 dart_webrtc: 1.0.8 device_info_plus: ^3.2.3 webrtc_interface: 1.0.8