CallInfo

interface CallInfo : Serializable

CallInfo representing the call information such as the type ( Audio&Video, Audio Upgradable, Audio Only) or the participants details

Since

v1.5.0

Properties

Link copied to clipboard
abstract val callees: Iterable<String>?

List of the callees user aliases

Link copied to clipboard
abstract val caller: String?

User alias of the caller

Link copied to clipboard
abstract val callId: String

call identifier

Link copied to clipboard
abstract val direction: CallDirection?

call direction outgoing or incoming

Link copied to clipboard
abstract val recordingType: CallRecordingType?

the recording type of the call

Link copied to clipboard
abstract val type: CallType?

Call type ( Audio&Video, Audio Upgradable, Audio Only)