new release: 1.2.2 (#266)

* bump version for flutter-webrtc.

* release: for 1.2.2.

* fix typo.

* fix analyzer.
This commit is contained in:
CloudWebRTC
2023-04-10 12:00:41 +08:00
committed by GitHub
parent 2adeb74aa2
commit 55bc6d65d9
4 changed files with 62 additions and 48 deletions
+13
View File
@@ -1,5 +1,18 @@
# CHANGELOG
## 1.2.2
* Feat: Support setVideoFPS for subscribe.
* Feat: topic for data-channel.
* Feat: support metadata update.
* Feat: handle reconnect response to re-configuration PCs.
* Docs: readme manager initial setup.
* Feat: upgrade protocol version to v9.
* Chore: Use participantIdentity instead of Sid for track permissions.
* Feat: Bump flutter-webrtc to 0.9.25.
* Fix: Fix empty label for Wired Headset on Android.
* Fix: ICE Connectivity doesn't establish with DualSIM iPhones.
## 1.2.1
* Fix: fix memory leak for screen capture (macOS).