Share via


IncomingCallStackCall interface

Represents an active incoming call.

Properties

callerInfo

Information about the caller.

id

Unique identifier for the incoming call.

videoAvailable

Whether or not the call is a voip capable call.

Property Details

callerInfo

Information about the caller.

callerInfo: { displayName?: string }

Property Value

{ displayName?: string }

id

Unique identifier for the incoming call.

id: string

Property Value

string

videoAvailable

Whether or not the call is a voip capable call.

videoAvailable: boolean

Property Value

boolean