addDirectCallSound
addDirectCallSound: (type: SoundType, fileName: string) => void android_handleFirebaseMessageData
android_handleFirebaseMessageData: (data: Record<string, string>) => void
Type Declaration
- (data: Record<string, string>): void
- Parameters- data: Record<string, string>
 
- Returns void
 
applicationId
applicationId: string
deauthenticate
deauthenticate: () => Promise<void>
getCurrentUser
getCurrentUser: () => Promise<User | null> initialize
initialize: (appId: string) => boolean
ios_registerVoIPPushToken
ios_registerVoIPPushToken: (token: string, unique?: boolean) => Promise<void>
Type Declaration
- (token: string, unique?: boolean): Promise<void>
- Parameters- token: string
- Optionalunique: boolean
 
- Returns Promise<void>
 
ios_routePickerView
ios_routePickerView: () => void
ios_unregisterVoIPPushToken
ios_unregisterVoIPPushToken: (token: string) => Promise<void>
Type Declaration
- (token: string): Promise<void>
- Returns Promise<void>
 
registerPushToken
registerPushToken: (token: string, unique?: boolean) => Promise<void>
removeDirectCallSound
removeDirectCallSound: (type: SoundType) => void setDirectCallDialingSoundOnWhenSilentOrVibrateMode
setDirectCallDialingSoundOnWhenSilentOrVibrateMode: (enabled: boolean) => void
setLoggerLevel
setLoggerLevel: (level: "none" | "error" | "warning" | "info") => void
unregisterPushToken
unregisterPushToken: (token: string) => Promise<void>
Platform
Android *