Package com. bandyer. android_sdk. intent. call
Types
Link copied to clipboard
Represent the call UI display mode
Link copied to clipboard
Call Intent Builder used to define the call properties
Link copied to clipboard
data class CallOptions @JvmOverloads constructor( var callRecordingType: CallRecordingType = CallRecordingType.NONE, var backCameraAsDefault: Boolean = false, var disableProximitySensor: Boolean = false, val autoAnswer: Boolean = false, var feedbackEnabled: Boolean = false) : CallOptionSet
Content copied to clipboard
Call options
Link copied to clipboard
Recording Status
Link copied to clipboard
A RecordingType can be Automatic, OnDemand, or Never.
Link copied to clipboard
Call interface that represents an incoming or outgoing call abstraction which configuration can be set and updated.
Link copied to clipboard
IncomingCall received