OngoingPhoneCallDomainModel
data class OngoingPhoneCallDomainModel(val id: String, val phoneNumber: String, val contactName: String?)
A model representing an ongoing phone call.
A model representing an ongoing phone call.