mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
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:
17
static/webrtcUnsupported.html
Normal file
17
static/webrtcUnsupported.html
Normal 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>
|
||||
Reference in New Issue
Block a user