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)

Properties

Link copied to clipboard
val call: Call? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val error: AxpSdkError? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Sends an action to the call session. It will be processed if it's still registered.