OngoingPhoneCallRemoteResponseModel

@Serializable
internal data class OngoingPhoneCallRemoteResponseModel(val phoneNumber: String, val contactName: String?)

A model representing a response from the REST API /status endpoint containing information about an ongoing phone call.

Constructors

Link copied to clipboard
constructor(phoneNumber: String, contactName: String?)

Properties

Link copied to clipboard
Link copied to clipboard
val isOngoing: Boolean = true
Link copied to clipboard