CallDetails
data class CallDetails(val title: StringResolver, val state: StringResolver, val description: StringResolver?, val image: ImageDescriptor?, val isDtmfSupported: Boolean, val shouldOpenFrontendOnContactTap: Boolean)
Class that holds information about the visual representation of a call.
Constructors
Link copied to clipboard
constructor(title: StringResolver, state: StringResolver, description: StringResolver?, image: ImageDescriptor?, isDtmfSupported: Boolean, shouldOpenFrontendOnContactTap: Boolean)
Properties
Link copied to clipboard
Description of a call. For example, 'Incoming call'.
Link copied to clipboard
Image related to the call. Usually, a picture representing the caller/callee.
Link copied to clipboard
Whether a call supports using DTMF tones.
Link copied to clipboard
Whether the Communications Frontend should be opened when the user taps on a call's title area in the CallMainProcessPanel.
Link copied to clipboard
State of a call. For example, 'Calling' or 'Call ended'.
Link copied to clipboard
Title of a call. Usually, the name of the caller/callee.