@nadlowebagentur/audio-control
v0.1.0
Published
Control IOS/Android volume with Capacitor
Readme
@nadlowebagentur/audio-control
Control IOS/Android volume with Capacitor
Install
npm install @nadlowebagentur/audio-control
npx cap syncAPI
setVolume(...)
setVolume(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
