8000 Update MethodCallHandlerImpl.java · lonelyxmas/flutter-webrtc@85557ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 85557ce

Browse files
authored
Update MethodCallHandlerImpl.java
1 parent 44af4a5 commit 85557ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,7 @@ public void onMethodCall(MethodCall call, @NonNull Result notSafeResult) {
696696
}
697697
case "clearAndroidCommunicationDevice": {
698698
AudioSwitchManager.instance.clearCommunicationDevice();
699+
result.success(null);
699700
break;
700701
}
701702
case "setMicrophoneMute":

0 commit comments

Comments
 (0)
0