Allow ringrtc to decided how to respond to send message failure.

This commit is contained in:
Cody Henthorne
2022-03-22 15:28:31 -04:00
committed by Greyson Parrelli
parent e472760d92
commit 3af53f2089

View File

@@ -444,10 +444,6 @@ public abstract class WebRtcActionProcessor {
.callState(WebRtcViewModel.State.UNTRUSTED_IDENTITY)
.putParticipant(activePeer.getRecipient(), untrusted)
.commit();
} else {
builder.changeCallInfoState()
.callState(errorCallState)
.commit();
}
return builder.build();