release: 1.1.7

This commit is contained in:
cloudwebrtc
2022-10-19 15:38:44 +08:00
parent 3faa7a2094
commit 22a18d3e9c
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -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.