Update 1:1 call event copy.

This commit is contained in:
Cody Henthorne
2023-01-04 12:05:49 -05:00
committed by Greyson Parrelli
parent 6a1a657451
commit b546d661ba
6 changed files with 76 additions and 40 deletions

View File

@@ -157,7 +157,7 @@ public class IncomingCallActionProcessor extends DeviceAwareActionProcessor {
webRtcInteractor.sendNotAcceptedCallEventSyncMessage(activePeer,
false,
currentState.getCallSetupState(activePeer).isAcceptWithVideo() || currentState.getLocalDeviceState().getCameraState().isEnabled());
currentState.getCallSetupState(activePeer).isRemoteVideoOffer());
try {
webRtcInteractor.rejectIncomingCall(activePeer.getId());