
Volume Mobile
Hi,
Why the volume control is not displayed on mobile ?
Thx
Hi,
Why the volume control is not displayed on mobile ?
Thx
We rely on device volume settings for mobile volume playback. You may be able to change the volume using our API and setVolume() however.
Ok thank you but I have a video player and an other music and I would like users to control the volumes of the two players
You can definitely do this with our API if you’d like. (Have a toggle switch on the page that can set volumes for each player, for example)
Again, this would be using our setVolume API call for each player. (A “Listen to player A” button would raise player A’s volume to 100, lower player B’s volume to 0)
Regards,
Andrew
Hi,
Ok thank you