Skip to main content

Interface: CallsParticipantsRemoveArguments

Extends

  • ID.Users.TokenOverridable

Properties

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


users

users: CallUser[];

Description

The list of users to add/remove to/from the Call.

See

Using the Calls API: a note on Users.

Inherited from

Users.users

Defined in

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