Registered
data class Registered(val id: ParcelUuid, val callAttributes: CallAttributesCompat, val isActive: Boolean, val isOnHold: Boolean, val isMuted: Boolean, val availableCallEndpoints: List<CallEndpointCompat>, actionSource: Channel<TelecomCallAction>, val currentCallEndpoint: CallEndpointCompat? = null, val error: AxpSdkError? = null, val call: Call? = null) : TelecomCall
Represents a registered call with the telecom stack with the values provided by the Telecom SDK.
Constructors
Link copied to clipboard
constructor(id: ParcelUuid, callAttributes: CallAttributesCompat, isActive: Boolean, isOnHold: Boolean, isMuted: Boolean, availableCallEndpoints: List<CallEndpointCompat>, actionSource: Channel<TelecomCallAction>, currentCallEndpoint: CallEndpointCompat? = null, error: AxpSdkError? = null, call: Call? = null)