Files
jitsi-meet/static/webrtcUnsupported.html

18 lines
541 B
HTML
Raw Normal View History

<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>