File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " meetingsdk-sample-react" ,
3- "version" : " 1.9.7 " ,
3+ "version" : " 1.9.8 " ,
44 "author" : " Tommy Gaessler" ,
55 "homepage" : " " ,
66 "private" : true ,
Original file line number Diff line number Diff line change 2626 -->
2727 < title > Zoom Meeting SDK Sample React</ title >
2828
29- < link type ="text/css " rel ="stylesheet " href ="https://source.zoom.us/1.9.7 /css/bootstrap.css " />
30- < link type ="text/css " rel ="stylesheet " href ="https://source.zoom.us/1.9.7 /css/react-select.css " />
29+ < link type ="text/css " rel ="stylesheet " href ="https://source.zoom.us/1.9.8 /css/bootstrap.css " />
30+ < link type ="text/css " rel ="stylesheet " href ="https://source.zoom.us/1.9.8 /css/react-select.css " />
3131 </ head >
3232 < body >
3333 < noscript > You need to enable JavaScript to run this app.</ noscript >
3434 < div id ="root "> </ div >
3535
36- < script src ="https://source.zoom.us/1.9.7 /lib/vendor/react.min.js "> </ script >
37- < script src ="https://source.zoom.us/1.9.7 /lib/vendor/react-dom.min.js "> </ script >
38- < script src ="https://source.zoom.us/1.9.7 /lib/vendor/redux.min.js "> </ script >
39- < script src ="https://source.zoom.us/1.9.7 /lib/vendor/redux-thunk.min.js "> </ script >
40- < script src ="https://source.zoom.us/1.9.7 /lib/vendor/lodash.min.js "> </ script >
41- < script src ="https://source.zoom.us/zoom-meeting-1.9.7 .min.js "> </ script >
36+ < script src ="https://source.zoom.us/1.9.8 /lib/vendor/react.min.js "> </ script >
37+ < script src ="https://source.zoom.us/1.9.8 /lib/vendor/react-dom.min.js "> </ script >
38+ < script src ="https://source.zoom.us/1.9.8 /lib/vendor/redux.min.js "> </ script >
39+ < script src ="https://source.zoom.us/1.9.8 /lib/vendor/redux-thunk.min.js "> </ script >
40+ < script src ="https://source.zoom.us/1.9.8 /lib/vendor/lodash.min.js "> </ script >
41+ < script src ="https://source.zoom.us/zoom-meeting-1.9.8 .min.js "> </ script >
4242
4343 <!--
4444 This HTML file is a template.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import './App.css';
44
55declare var ZoomMtg
66
7- ZoomMtg . setZoomJSLib ( 'https://source.zoom.us/1.9.7 /lib' , '/av' ) ;
7+ ZoomMtg . setZoomJSLib ( 'https://source.zoom.us/1.9.8 /lib' , '/av' ) ;
88
99ZoomMtg . preLoadWasm ( ) ;
1010ZoomMtg . prepareWebSDK ( ) ;
You can’t perform that action at this time.
0 commit comments