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
+2 -1
View File
@@ -311,8 +311,9 @@ class Utils {
case ConnectivityResult.ethernet:
networkType = 'wired';
break;
case ConnectivityResult.other:
case ConnectivityResult.vpn:
//TODO: will livekit-server handle vpn types correctly?
//TODO: will livekit-server handle vpn and other types correctly?
// networkType = 'vpn';
break;
case ConnectivityResult.none: