opentok / opentok-react

React components for OpenTok.js
https://www.npmjs.com/package/opentok-react
MIT License
107 stars 105 forks source link

Opentok JS sdk considers media volume instead of phone volume. #209

Open musmanalibaloch opened 2 years ago

musmanalibaloch commented 2 years ago

Steps to reproduce

Keep your media volume low to test wether it considers media or phone volume.

Device: Samsun Note20

When call initiates: First it accesses media volume but when we change volume state during call it accesses Phone call Volume. For Example if we set 100% media volume and 1% phone call we are accessing 100% media volume first but then we change state of phone call volume it is accessing state of phone call volume.

I have tested it on official demo as well, this is the link