CallOptionSet

interface CallOptionSet : OptionSet

CallOptionSet describes the options available in call

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun <T : CallOptionSet> withBackCameraAsDefault(): T

This functions adds the option to use back camera as default.

Link copied to clipboard
abstract fun <T : CallOptionSet> withFeedbackEnabled(): T

This functions enables the displaying of the call feedback UI on call ended.

Link copied to clipboard
abstract fun <T : CallOptionSet> withProximitySensorDisabled(): T

This functions disables the usage of proximity sensor during calls. It can be useful for custom devices such as smart-glasses.

Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
abstract val autoAnswer: Boolean

Auto answer

Link copied to clipboard
abstract val backCameraAsDefault: Boolean

Back camera as default

Link copied to clipboard
abstract val callRecordingType: CallRecordingType

Recording type

Link copied to clipboard
abstract val disableProximitySensor: Boolean

Disable proximity sensor

Link copied to clipboard
abstract val feedbackEnabled: Boolean

Feedback UI on call ended

Link copied to clipboard
abstract val recordingEnabled: Boolean

Recording enabled

Inheritors

Link copied to clipboard