#Allow user to use volume controls
8 messages · Page 1 of 1 (latest)
Maybe you can have an on-screen UI with collapseable slider and control the volume using that ? I'm pretty sure you can control the volume property of audio component through Scripting API
But if the user's device volume is already zero, it won't have any effect, right?
I find that volume button capture so annoying -- we should be able to disable the default behavior. I understand making it consistent across UX, but it is a detriment to any lenses with Audio.
I imagine something like the touch blocking system could work for this.
But still that wouldn't help na if the user's device volume is 0. We'll need something where from within the lens it allows to control the device volume or include an option to choose how volume buttons behave while in lens ( media volume vs capture )