Skip to content

Interface: VoIPPushToken

Defined in: Calls.types.ts:468

A VoIP push token bundled with its transport type.

Properties

token

ts
token: string;

Defined in: Calls.types.ts:470

The VoIP push token string.


type

ts
type: PushTokenType;

Defined in: Calls.types.ts:472

The type of token this platform provides.

Released under the MIT License.