-1

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

enter image description here

j08691
  • 204,283
  • 31
  • 260
  • 272
vincent
  • 1
  • 1

1 Answers1

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