Use blue arrow down ico when incoming call was completed elsewhere

This commit is contained in:
Juha Heinanen
2025-06-15 17:24:43 +03:00
parent 4e4eb0e4b1
commit 9aa9e1d05a
5 changed files with 20 additions and 5 deletions
@@ -11,7 +11,8 @@ import java.util.GregorianCalendar
class CallHistoryNew(val aor: String, val peerUri: String, val direction: String) : Serializable {
var startTime: GregorianCalendar? = null // Set to time when call is established (if ever)
// Set to time when call is established (if ever) or stopTime if call was completed elsewhere
var startTime: GregorianCalendar? = null
var stopTime = GregorianCalendar() // Set to time when call is closed
var rejected = false
var recording = arrayOf("", "") // Encoder and decoder recording files