release: 1.2.1. (#253)

* release: 1.2.1.

* Update CHANGELOG.md
This commit is contained in:
CloudWebRTC
2023-03-09 15:01:50 +08:00
committed by GitHub
parent b63d4bde8a
commit 0848b45570
3 changed files with 13 additions and 3 deletions
+10
View File
@@ -1,5 +1,15 @@
# CHANGELOG
## 1.2.1
* Fix: fix memory leak for screen capture (macOS).
* Feat: web/native device consistency management (native/web).
* Fix: fix renderer issue for Safari/Firefox.
* Fix: set forceRelay if server response is enabled.
* Feat: Forward leave reason of disconnected events.
* Feat: expose logger level api.
* Feat: expose Room recording event.
## 1.2.0
* Fix: re-publish tracks after re connect
+1 -1
View File
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.static_framework = true
s.dependency 'FlutterMacOS'
s.dependency 'WebRTC-SDK', '104.5112.11'
s.dependency 'WebRTC-SDK', '104.5112.12'
end
+2 -2
View File
@@ -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.2.0
version: 1.2.1
homepage: https://livekit.io
environment:
@@ -23,7 +23,7 @@ dependencies:
uuid: ^3.0.6
synchronized: ^3.0.0+3
protobuf: ^2.1.0
flutter_webrtc: 0.9.23
flutter_webrtc: 0.9.24
flutter_window_close: ^0.2.2
device_info_plus: ^8.0.0
webrtc_interface: 1.0.11