fix: stop audio track on mute. (#207)

* fix: stop audio track on mute.

* chore: Let audioBitrate preset to music.

* update.

* update depends.

* update.
This commit is contained in:
CloudWebRTC
2022-11-14 19:13:48 +08:00
committed by GitHub
parent 663fc313c8
commit 27ea869443
12 changed files with 98 additions and 46 deletions
+4
View File
@@ -312,6 +312,10 @@ class Utils {
case ConnectivityResult.ethernet:
networkType = 'wired';
break;
case ConnectivityResult.vpn:
//TODO: will livekit-server handle vpn types correctly?
// networkType = 'vpn';
break;
case ConnectivityResult.none:
networkType = 'empty';
break;