8000 keep the audio switch after stopping (#1202) · TranhGio/flutter-webrtc@d637c12 · GitHub
[go: up one dir, main page]

Skip to content

Commit d637c12

Browse files
authored
keep the audio switch after stopping (flutter-webrtc#1202)
1 parent 8ce4077 commit d637c12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/java/com/cloudwebrtc/webrtc/FlutterWebRTCPlugin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ private void stopListening() {
129129
if (AudioSwitchManager.instance != null) {
130130
Log.d(TAG, "Stopping the audio manager...");
131131
AudioSwitchManager.instance.stop();
132-
AudioSwitchManager.instance = null;
133132
}
134133
}
135134

0 commit comments

Comments
 (0)
0