@@ -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
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user