fix: add timestamp to incoming call

This commit is contained in:
jubb
2021-11-08 17:36:37 +11:00
parent a0e604dbaf
commit 3e4bab678b

View File

@@ -96,6 +96,7 @@ class WebRtcCallService: Service(), PeerConnection.Observer {
.putExtra(EXTRA_RECIPIENT_ADDRESS, address)
.putExtra(EXTRA_CALL_ID, callId)
.putExtra(EXTRA_REMOTE_DESCRIPTION, sdp)
.putExtra(EXTRA_TIMESTAMP, System.currentTimeMillis())
fun denyCallIntent(context: Context) = Intent(context, WebRtcCallService::class.java).setAction(ACTION_DENY_CALL)