mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
parent
cb6e048070
commit
3904c76261
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue