Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

applicationId: string
currentUser: null | User

Methods

  • addDirectCallSound(type: SoundType, fileName: string): void
  • deauthenticate(): Promise<void>
  • getCurrentUser(): Promise<null | User>
  • handleFirebaseMessageData(data: Record<string, string>): void
  • initialize(appId: string): boolean
  • registerPushToken(token: string, unique?: boolean): Promise<void>
  • registerVoIPPushToken(token: string, unique?: boolean): Promise<void>
  • routePickerView(): void
  • setDirectCallDialingSoundOnWhenSilentOrVibrateMode(enabled: boolean): void
  • setLoggerLevel(level: "none" | "error" | "warning" | "info"): void
  • unregisterPushToken(token: string): Promise<void>
  • unregisterVoIPPushToken(token: string): Promise<void>

Generated using TypeDoc