mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-06 21:15:45 +00:00
parent
76c41a8295
commit
97c3e8fa3f
@ -619,6 +619,11 @@ public class WebRtcCallService extends Service implements InjectableType, PeerCo
|
|||||||
{
|
{
|
||||||
Log.w(TAG, "Timing out call: " + this.callId);
|
Log.w(TAG, "Timing out call: " + this.callId);
|
||||||
sendMessage(WebRtcViewModel.State.CALL_DISCONNECTED, this.recipient, localVideoEnabled, remoteVideoEnabled, bluetoothAvailable, microphoneEnabled);
|
sendMessage(WebRtcViewModel.State.CALL_DISCONNECTED, this.recipient, localVideoEnabled, remoteVideoEnabled, bluetoothAvailable, microphoneEnabled);
|
||||||
|
|
||||||
|
if (this.callState == CallState.STATE_ANSWERING || this.callState == CallState.STATE_LOCAL_RINGING) {
|
||||||
|
insertMissedCall(this.recipient, true);
|
||||||
|
}
|
||||||
|
|
||||||
terminate();
|
terminate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user