mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
@@ -427,7 +427,7 @@ public class WebRtcCallService extends Service implements InjectableType, PeerCo
|
||||
}
|
||||
|
||||
if (recipient == null || callId == null) {
|
||||
throw new AssertionError("assert");
|
||||
throw new AssertionError("assert: " + callState + ", " + callId);
|
||||
}
|
||||
|
||||
IceUpdateMessage iceUpdateMessage = new IceUpdateMessage(this.callId, intent.getStringExtra(EXTRA_ICE_SDP_MID),
|
||||
|
||||
Reference in New Issue
Block a user