tomtom
tomtom

Reputation: 614

Cordova volume button feature on Android app

i am working on creating android app using cordova to make a call. I wanted to add a volume button on my android app to increase and decrease volume during video call through app screen without touching Android hardware. i would highly appreciate for any suggestion and sample as well.

I found this plugin https://www.npmjs.com/package/cordova-plugin-android-volume

But do not have idea how i implement it , any help would be higly appreciated. eg

how can i use below function from above plugin to control volume window.androidVolume.set(volume, showToast, success, error)

Upvotes: -1

Views: 807

Answers (1)

Ivo Brands
Ivo Brands

Reputation: 33

Maybe have a look at different plugins?

https://github.com/MCluck90/cordova-plugin-android-volume#readme

Upvotes: 1

Related Questions