Skip to content

nadlowebagentur/capacitor-audio-control

Repository files navigation

@nadlowebagentur/audio-control

Control IOS/Android volume with Capacitor

Install

npm install @nadlowebagentur/audio-control
npx cap sync

API

setVolume(...)

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

Returns: Promise<{ value: string; }>