You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we try to play sounds, eg. the call ringing sound, sometimes the browsers will decide we are not allowed to do that, eg. chrome goes:
Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. https://goo.gl/xX8pDD
According to the link, autoplay is supposed to be allowed if the user has interacted with the domain (ie. click or tapped) but empirically this is not the case (I am still getting this error when calling myself after clicking multiple times within Riot, even switching rooms).
The text was updated successfully, but these errors were encountered:
When we try to play sounds, eg. the call ringing sound, sometimes the browsers will decide we are not allowed to do that, eg. chrome goes:
According to the link, autoplay is supposed to be allowed if the user has interacted with the domain (ie. click or tapped) but empirically this is not the case (I am still getting this error when calling myself after clicking multiple times within Riot, even switching rooms).
The text was updated successfully, but these errors were encountered: