mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
feat(device_selection): Implement popup
This commit is contained in:
19
static/deviceSelectionPopup.html
Normal file
19
static/deviceSelectionPopup.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#" xmlns="http://www.w3.org/1999/html">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="content-type" content="text/html;charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<base href="../" />
|
||||
<!--#include virtual="/title.html" -->
|
||||
<script><!--#include virtual="/interface_config.js" --></script>
|
||||
<script>
|
||||
window.config = {};
|
||||
window.JitsiMeetJS = window.opener.window.JitsiMeetJS;
|
||||
</script>
|
||||
<script src="libs/device_selection_popup_bundle.min.js"></script>
|
||||
<link rel="stylesheet" href="css/all.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="react"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user