content/hifi-content/Experiences/Releases/usefulUtilities/smartBoard/screenshareViewer/screenshareClient.html
2022-02-13 23:16:46 +01:00

16 lines
460 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Hifi-Screenshare</title>
<link href="screenshareClient.css" rel="stylesheet" type="text/css">
<script src="https://static.opentok.com/v2/js/opentok.min.js"></script>
</head>
<body id="main" style="position:absolute; top:0; left:0;width:100%; height:100%">
<div id="subscriber"></div>
<script src="screenshareClient.js?1"></script>
</body>
</html>