Skip to content

akilah007/capacitor-telephony-manager

Repository files navigation

Capacitor Telephony Manager

Telephony Manager for VOIP Apps

Install

npm install capacitor-telephony-manager
npx cap sync

API

addListener('notificationActionPerformed', ...)

addListener(eventName: 'notificationActionPerformed', listenerFunc: (notificationAction: any) => void) => Promise<PluginListenerHandle> & PluginListenerHandle
Param Type
eventName 'notificationActionPerformed'
listenerFunc (notificationAction: any) => void

Returns: Promise<PluginListenerHandle> & PluginListenerHandle


outGoingCallNotification(...)

outGoingCallNotification(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>


updateOutgoingNotification(...)

updateOutgoingNotification(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>


updateOutgoingNotificationAction(...)

updateOutgoingNotificationAction(options: { isSpeaker: boolean; }) => Promise<{ isSpeaker: boolean; }>
Param Type
options { isSpeaker: boolean; }

Returns: Promise<{ isSpeaker: boolean; }>


removeOutgoingNotification()

removeOutgoingNotification() => Promise<boolean>

Returns: Promise<boolean>


Interfaces

PluginListenerHandle

Prop Type
remove () => Promise<void>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published