im using twilio client js SDK - https://www.twilio.com/docs/voice/client/javascript/device#audio
Is there a way i can control the volume of twilio client device running on the browser?
After device.connect() i want to display a slider to control the volume, from what i see we can control audio using device.audio, but there is no example on how to set the device volume , although there is an event .audio.on('inputVolume', handler(volume))
can i implement my own audio tag and use it to control the device volume?
can i control the call volume in any other way?