Skip to content

Type Alias: PushTokenType

ts
type PushTokenType = "APNS_VOIP" | "FCM";

Defined in: Calls.types.ts:9

Type of VoIP push token reported by getVoIPPushToken.

  • "APNS_VOIP" — Apple Push Notification service VoIP channel (iOS)
  • "FCM" — Firebase Cloud Messaging (Android)

Released under the MIT License.