2018-08-09 23:00:03 +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">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<!--#include virtual="/base.html" -->
|
|
|
|
<!--#include virtual="/title.html" -->
|
|
|
|
<script>
|
2018-08-15 19:51:51 +00:00
|
|
|
(function() {
|
2018-08-09 23:00:03 +00:00
|
|
|
var windowName = window.name;
|
|
|
|
var parentWindow = window.opener;
|
|
|
|
if (parentWindow
|
|
|
|
&& parentWindow.JitsiMeetJS
|
|
|
|
&& parentWindow.JitsiMeetJS.app) {
|
|
|
|
var globalNS = parentWindow.JitsiMeetJS.app;
|
2018-08-15 19:51:51 +00:00
|
|
|
if (globalNS.oauthCallbacks
|
2018-08-09 23:00:03 +00:00
|
|
|
&& typeof globalNS.oauthCallbacks[windowName]
|
|
|
|
=== 'function') {
|
2019-02-27 15:29:41 +00:00
|
|
|
globalNS.oauthCallbacks[windowName](window.location.href);
|
2018-08-09 23:00:03 +00:00
|
|
|
}
|
|
|
|
}
|
2018-08-15 19:51:51 +00:00
|
|
|
})();
|
2018-08-09 23:00:03 +00:00
|
|
|
</script>
|
|
|
|
</head>
|
2018-08-15 19:51:51 +00:00
|
|
|
<body>
|
|
|
|
</body>
|
2018-08-09 23:00:03 +00:00
|
|
|
</html>
|