2017-01-18 20:14:26 +00:00
|
|
|
<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">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script src="https://meet.jit.si/external_api.js"></script>
|
|
|
|
<script>
|
|
|
|
var domain = "meet.jit.si";
|
2017-08-01 05:48:50 +00:00
|
|
|
var options = {
|
|
|
|
roomName: "JitsiMeetAPIExample",
|
|
|
|
width: 700,
|
|
|
|
height: 180,
|
2018-12-15 16:25:56 +00:00
|
|
|
parentNode: undefined,
|
2017-08-01 05:48:50 +00:00
|
|
|
configOverwrite: {},
|
|
|
|
interfaceConfigOverwrite: {
|
|
|
|
filmStripOnly: true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
var api = new JitsiMeetExternalAPI(domain, options);
|
2017-01-18 20:14:26 +00:00
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|