SEBWIN-623, #521: Updated Zoom Web SDK version.
This commit is contained in:
parent
ef84456311
commit
f948463685
1 changed files with 9 additions and 9 deletions
|
@ -1,16 +1,16 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/2.0.1/css/bootstrap.css" />
|
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/2.5.0/css/bootstrap.css" />
|
||||||
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/2.0.1/css/react-select.css" />
|
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/2.5.0/css/react-select.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script src="https://source.zoom.us/2.0.1/lib/vendor/react.min.js"></script>
|
<script src="https://source.zoom.us/2.5.0/lib/vendor/react.min.js"></script>
|
||||||
<script src="https://source.zoom.us/2.0.1/lib/vendor/react-dom.min.js"></script>
|
<script src="https://source.zoom.us/2.5.0/lib/vendor/react-dom.min.js"></script>
|
||||||
<script src="https://source.zoom.us/2.0.1/lib/vendor/redux.min.js"></script>
|
<script src="https://source.zoom.us/2.5.0/lib/vendor/redux.min.js"></script>
|
||||||
<script src="https://source.zoom.us/2.0.1/lib/vendor/redux-thunk.min.js"></script>
|
<script src="https://source.zoom.us/2.5.0/lib/vendor/redux-thunk.min.js"></script>
|
||||||
<script src="https://source.zoom.us/2.0.1/lib/vendor/lodash.min.js"></script>
|
<script src="https://source.zoom.us/2.5.0/lib/vendor/lodash.min.js"></script>
|
||||||
<script src="https://source.zoom.us/zoom-meeting-2.0.1.min.js"></script>
|
<script src="https://source.zoom.us/zoom-meeting-2.5.0.min.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9/crypto-js.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9/crypto-js.min.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var audioJoin = 0;
|
var audioJoin = 0;
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
alert('This system does not meet the necessary requirements for Zoom!');
|
alert('This system does not meet the necessary requirements for Zoom!');
|
||||||
}
|
}
|
||||||
|
|
||||||
ZoomMtg.setZoomJSLib('https://source.zoom.us/2.0.1/lib', '/av');
|
ZoomMtg.setZoomJSLib('https://source.zoom.us/2.5.0/lib', '/av');
|
||||||
ZoomMtg.preLoadWasm();
|
ZoomMtg.preLoadWasm();
|
||||||
ZoomMtg.prepareJssdk();
|
ZoomMtg.prepareJssdk();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue