How to detect whether the OS muted speaker in the browser? I want to detect it while the user can not hear any audio in my webRTC app. enter image description here
Asked
Active
Viewed 206 times
1 Answers
0
To check if your browser tab is muted you can use tabs.MutedInfo.
But on your screenshots there's an OS volume slider, not from browser. You can't get information about your system volume from JS code running in browser.
Michael M.
- 10,486
- 9
- 18
- 34
Ivan
- 624
- 4
- 7