From 22a18d3e9cff352c56870aa723567777855bbf2b Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Wed, 19 Oct 2022 15:38:44 +0800 Subject: [PATCH] release: 1.1.7 --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8d5054b..1057c7e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## 1.1.7 + +* Fixed ice config issues. (#192). +* Make timeouts configurable. +* Fixed Hardware.setSpeakerphoneOn() not working on iOS. +* Fixed track not being correctly passed to localParticipant in FastConnectOptions, + causing the camera to apply twice and not be released. +* Clean up pingIntervalTimer when closing SignalClient. + ## 1.1.6 * Supports getting the connected remote address. diff --git a/pubspec.yaml b/pubspec.yaml index a83b3c93..1e4b4bfe 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.6 +version: 1.1.7 homepage: https://livekit.io environment: