TelecomCallRepository

class TelecomCallRepository(callsManager: CallsManager)

The central repository that keeps track of the current call and allows to register new calls.

This class contains the main logic to integrate with Telecom SDK.

See also

Constructors

Link copied to clipboard
constructor(callsManager: CallsManager)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val failedCall: Channel<AxpSdkError>

Functions

Link copied to clipboard
suspend fun registerCall(localDisplayName: String, remoteDisplayName: String, remoteAddress: Uri, engagementParameters: Map<String, String>?, isPriority: Boolean)

Register a new call with the provided attributes.