Skip to main content

Interface: CallsEndArguments

Extends

  • ID.TokenOverridable

Properties

duration?

optional duration: number;

Description

Call duration in seconds.

Defined in

packages/web-api/src/types/request/calls.ts:50


id

id: string;

Description

id returned when registering the call using the calls.add method.

Inherited from

ID.id

Defined in

packages/web-api/src/types/request/calls.ts:6


token?

optional token: string;

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token

Defined in

packages/web-api/src/types/request/common.ts:43