|
|
|
|
|
by kevincox
1620 days ago
|
|
You misunderstand, you have the situation exactly backwards. The problem isn't that Firefox doesn't support these APIs, it does support them and the problem isn't that they are limited to specific domains, they aren't. The problem is that the Slack code is `if isChrome() { enableCalls() }`. Mozilla has to spoof the user-agent to bypass this check. Joe's Voice Calls.com will just do no conditional or do feature-detection rather than user-agent checks and everything will work fine. The exception is the list of domains that allow auto-play video with sound by default (like YouTube) but I think there are very few instances of this. |
|