CallDetails

interface CallDetails

Container holding detailed information about a Call instance.

Properties

Link copied to clipboard
abstract val answeredTime: Date

The answer time of the call or 0 if call is not yet answered.

Link copied to clipboard
abstract val duration: Int

The duration of the call in seconds or 0 if call is not yet established.

Link copied to clipboard
abstract val endCause: CallEndCause

The cause of why a call ended, after it has ended.

Link copied to clipboard
abstract val endedTime: Date

The end time of the call or 0 if call has not ended yet.

Link copied to clipboard
abstract val error: SinchError?

Error object if an error occurred (the end cause is CallEndCause.FAILURE). Null otherwise.

Link copied to clipboard
abstract val establishedTime: Date

The establish time of the call or 0 if call is not yet established.

Link copied to clipboard
abstract val isVideoOffered: Boolean

Indicated whether the caller has offered video.

Link copied to clipboard
abstract val progressedTime: Date

The progress time of the call or 0 if call has not yet reached progressing state or is an incoming call.

Link copied to clipboard
abstract val rungTime: Date

The ring time of the call or 0 if call has not yet reached ringing state or is an incoming call.

Link copied to clipboard
abstract val startedTime: Date

The start time of the call.