Skip to main content

Type Alias: Call

Call = object

Defined in: sdk/.repo/sdk/src/types/Call.ts:6

Represents a call.

Properties

callType

callType: CallType

Defined in: sdk/.repo/sdk/src/types/Call.ts:55

The type of the call (regular call or conference).


confId

confId: string | undefined

Defined in: sdk/.repo/sdk/src/types/Call.ts:61

Identifier of the associated conference, if applicable. Will be undefined if the call is not part of a conference.


connectedName

connectedName: string

Defined in: sdk/.repo/sdk/src/types/Call.ts:20

The name associated with the connected number.


connectedNumber

connectedNumber: string

Defined in: sdk/.repo/sdk/src/types/Call.ts:15

The number currently connected in the call.


id

id: string

Defined in: sdk/.repo/sdk/src/types/Call.ts:10

Unique identifier of the call.


muted

muted: boolean

Defined in: sdk/.repo/sdk/src/types/Call.ts:40

Indicates whether the call is currently muted.


onHold

onHold: boolean

Defined in: sdk/.repo/sdk/src/types/Call.ts:35

Indicates whether the call is currently on hold.


outgoing

outgoing: boolean

Defined in: sdk/.repo/sdk/src/types/Call.ts:30

Indicates whether the call is outgoing.


recordingState

recordingState: CallRecordingState

Defined in: sdk/.repo/sdk/src/types/Call.ts:45

The current recording state of the call.


state

state: string

Defined in: sdk/.repo/sdk/src/types/Call.ts:25

The current state of the call.


supervisedTransferInProgress

supervisedTransferInProgress: boolean

Defined in: sdk/.repo/sdk/src/types/Call.ts:50

Indicates whether a supervised transfer is currently in progress.