Update to RingRTC v2.20.7

This commit is contained in:
Jim Gustafson
2022-05-26 16:24:29 -07:00
parent 9a9636b58f
commit fafe795f39
3 changed files with 4 additions and 5 deletions

View File

@@ -63,7 +63,6 @@ public class CallSetupActionProcessorDelegate extends WebRtcActionProcessor {
try {
CallManager callManager = webRtcInteractor.getCallManager();
callManager.setCommunicationMode();
callManager.setAudioEnable(currentState.getLocalDeviceState().isMicrophoneEnabled());
callManager.setVideoEnable(currentState.getLocalDeviceState().getCameraState().isEnabled());
} catch (CallException e) {