CallNotificationResult

The CallNotificationResult is used to indicate the result of a relayed push notification payload and includes call related information.

See also

Properties

Link copied to clipboard
abstract val callHeaders: Map<String, String>

Public headers associated with the call or empty map if no headers were set by the call initiator.

Link copied to clipboard
abstract val callId: String

The call identifier.

Link copied to clipboard
abstract val displayName: String?

The display name of the user calling, if available (null otherwise).

Link copied to clipboard
abstract val domain: String

The domain associated with the call.

Link copied to clipboard
abstract val isTimedOut: Boolean

Indicates whether the call has timed out.

Link copied to clipboard
abstract val isVideoOffered: Boolean

Flag indicating whether the caller offered video.

Link copied to clipboard
abstract val remoteUserId: String

The remote user identifier.