IncomingCallStackCall interface
Represents an active incoming call.
Properties
| caller |
Information about the caller. |
| id | Unique identifier for the incoming call. |
| video |
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