VoipCallRecord

Call recording

Stores data about a call recording. The system uses this data to display the widget that allows to play call recordings in the activity stream of the associated app item.

Hierarchy

  • VoipCallRecord

Properties

call

call: any

Any data related to the call (for example, a call ID or a link to the call recording).

The data from this field is passed as an argument to the VoipGetCallLink method, which is used to obtain a link to the call recording.

Optional callId

callId: undefined | string

External system call identifier.

Used by the system to match multiple telephony events to a single call. If the call identifier is not specified, the system will match calls based on the combination of the fields VoipCallRecord.srcPhone, VoipCallRecord.dstPhone and VoipCallRecord.direction.

direction

Call direction.

disposition

disposition: VoipCallDisposition

Call outcome.

dstPhone

dstPhone: string

Number being called

duration

duration: number

Call duration in seconds.

srcPhone

srcPhone: string

Number that is calling