release: 1.1.3.

This commit is contained in:
cloudwebrtc
2022-09-13 13:58:47 +08:00
parent 68c705dc9f
commit 34bfbc56a5
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,5 +1,11 @@
# CHANGELOG # CHANGELOG
## 1.1.3
* Add sid for reconnecting. (#168)
* Add force relay config. (#169)
* Bump flutter_webrtc version to 0.9.7.
## 1.1.2 ## 1.1.2
* feat: Support for capturing audio for chrome tab. * feat: Support for capturing audio for chrome tab.
+2 -2
View File
@@ -1,7 +1,7 @@
name: livekit_client name: livekit_client
description: Flutter Client SDK for LiveKit. description: Flutter Client SDK for LiveKit.
Build real-time video and audio into your apps. Supports iOS, Android, and Web. Build real-time video and audio into your apps. Supports iOS, Android, and Web.
version: 1.1.2 version: 1.1.3
homepage: https://livekit.io homepage: https://livekit.io
environment: environment:
@@ -23,7 +23,7 @@ dependencies:
uuid: ^3.0.6 uuid: ^3.0.6
synchronized: ^3.0.0 synchronized: ^3.0.0
protobuf: ^2.0.1 protobuf: ^2.0.1
flutter_webrtc: 0.9.6 flutter_webrtc: 0.9.7
dart_webrtc: 1.0.8 dart_webrtc: 1.0.8
device_info_plus: ^3.2.3 device_info_plus: ^3.2.3
webrtc_interface: 1.0.8 webrtc_interface: 1.0.8