feat(base): add WebRTC availability detection (#16608)

* feat(base/environment) add WebRTC availability detection

* feat(base/unsupported-browser) switch to JitsiMeetJS WebRTC detection

* fix(static/webrtcUnsupported) remove links
This commit is contained in:
eastmancr
2025-11-03 14:25:10 -06:00
committed by GitHub
parent fdf95444e9
commit 012c9fb329
2 changed files with 26 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
<html>
<head>
<!--#include virtual="/base.html" -->
<link rel="stylesheet" href="css/all.css"/>
<!--#include virtual="/title.html" -->
</head>
<body>
<div class = 'unsupported-desktop-browser'>
<h2 class = 'unsupported-desktop-browser__title'>
WebRTC is not available in your browser
</h2>
<p class ='unsupported-desktop-browser__description'>
It looks like your browser does not support WebRTC. Please enable it or try another browser.
</p>
</div>
</body>
</html>