IncomingCall

interface IncomingCall : Call

IncomingCall received

Author

kristiyan

Since

v1.1.0

Functions

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

Add an observer to the call recording status.

Link copied to clipboard
abstract fun asNotification(): IncomingCall

Set the incoming call to be displayed as notification

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

Remove an observer to the call recording status.

Link copied to clipboard
abstract fun show(context: Context)

Display the incoming call

Properties

Link copied to clipboard
abstract val callConfiguration: CallConfiguration

Call configuration

Link copied to clipboard
abstract val callInfo: CallInfo

Call info

Link copied to clipboard
abstract val callRecordingState: CallRecordingState

Call recording status