2.0.2 • Published 3 years ago
capacitor-audio-toggle v2.0.2
capacitor-audio-toggle
Audio Toggle Plugin for VOIP Apps
Install
npm install capacitor-audio-toggle
npx cap syncAPI
setAudioMode(...)
setAudioMode(options: { mode: string; }) => Promise<{ mode: string; }>| Param | Type |
|---|---|
options | { mode: string; } |
Returns: Promise<{ mode: string; }>
bluetoothConnected()
bluetoothConnected() => Promise<{ isBluetooth: boolean; }>Returns: Promise<{ isBluetooth: boolean; }>
addListener('bluetoothConnected', ...)
addListener(eventName: 'bluetoothConnected', listenerFunc: (bluetoothConnected: boolean) => void) => Promise<PluginListenerHandle> & PluginListenerHandle| Param | Type |
|---|---|
eventName | 'bluetoothConnected' |
listenerFunc | (bluetoothConnected: boolean) => void |
Returns: Promise<PluginListenerHandle> & PluginListenerHandle
Interfaces
PluginListenerHandle
| Prop | Type |
|---|---|
remove | () => Promise<void> |
2.0.2
3 years ago
2.0.1
3 years ago
2.0.0
3 years ago
0.1.10
4 years ago
0.1.11
4 years ago
0.1.12
4 years ago
0.1.8
4 years ago
0.1.9
4 years ago
0.1.7
5 years ago
0.1.6
5 years ago
0.1.5
5 years ago
0.1.4
6 years ago
0.1.0
6 years ago
0.1.2
6 years ago
0.1.3
6 years ago
0.0.3
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.6
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago