Skip to content

Commit 22a18d3

Browse files
committed
release: 1.1.7
1 parent 3faa7a2 commit 22a18d3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## 1.1.7
4+
5+
* Fixed ice config issues. (#192).
6+
* Make timeouts configurable.
7+
* Fixed Hardware.setSpeakerphoneOn() not working on iOS.
8+
* Fixed track not being correctly passed to localParticipant in FastConnectOptions,
9+
causing the camera to apply twice and not be released.
10+
* Clean up pingIntervalTimer when closing SignalClient.
11+
312
## 1.1.6
413

514
* Supports getting the connected remote address.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: livekit_client
22
description: Flutter Client SDK for LiveKit.
33
Build real-time video and audio into your apps. Supports iOS, Android, and Web.
4-
version: 1.1.6
4+
version: 1.1.7
55
homepage: https://livekit.io
66

77
environment:

0 commit comments

Comments
 (0)