ConfigurableCall

interface ConfigurableCall : Call

Call interface that represents an incoming or outgoing call abstraction which configuration can be set and updated.

Functions

Link copied to clipboard
abstract fun addCallRecordingObserver(callRecordingObserver: CallRecordingObserver)

Add an observer to the call recording status.

Link copied to clipboard
abstract fun removeCallRecordingObserver(callRecordingObserver: CallRecordingObserver)

Remove an observer to the call recording status.

Properties

Link copied to clipboard
abstract override var callConfiguration: CallConfiguration

Call

Link copied to clipboard
abstract val callInfo: CallInfo

Call info

Link copied to clipboard
abstract val callRecordingState: CallRecordingState

Call recording status