简体   繁体   中英

Twilio Voice volume control

I'm running the Browser Calls for Python - Flask example, and was wondering if there is a way to control the speaker volume on the Twilio Client side?

On other voice solutions, I used to manipulate the volume via the HTML5 element, but it seems that Twilio doesn't use one.

Twilio developer evangelist here.

I checked with the Twilio Client JS team and the audio is played using the Web Audio API. As such, there is no way, built in or otherwise, to control the volume.

You can get information about the volume from the library though, check the Device.audio methods and events.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM