File tree Expand file tree Collapse file tree 4 files changed +44
-44
lines changed
Expand file tree Collapse file tree 4 files changed +44
-44
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " meetingsdk-sample-react" ,
3- "version" : " 2.3.0 " ,
3+ "version" : " 2.3.5 " ,
44 "author" : " Tommy Gaessler" ,
55 "homepage" : " " ,
66 "private" : true ,
77 "dependencies" : {
88 "@testing-library/jest-dom" : " ^5.11.4" ,
99 "@testing-library/react" : " ^11.1.0" ,
1010 "@testing-library/user-event" : " ^12.1.10" ,
11- "@zoomus/websdk" : " ^2.3.0 " ,
11+ "@zoomus/websdk" : " ^2.3.5 " ,
1212 "react" : " ^17.0.1" ,
1313 "react-dev-utils" : " ^11.0.4" ,
1414 "react-dom" : " ^17.0.1" ,
Original file line number Diff line number Diff line change 2727 < title > Zoom Meeting SDK Sample React</ title >
2828
2929 <!-- For Client View -->
30- < link type ="text/css " rel ="stylesheet " href ="https://source.zoom.us/2.3.0 /css/bootstrap.css " />
31- < link type ="text/css " rel ="stylesheet " href ="https://source.zoom.us/2.3.0 /css/react-select.css " />
30+ < link type ="text/css " rel ="stylesheet " href ="https://source.zoom.us/2.3.5 /css/bootstrap.css " />
31+ < link type ="text/css " rel ="stylesheet " href ="https://source.zoom.us/2.3.5 /css/react-select.css " />
3232
3333 <!-- Origin Trials to enable Gallery View in Chrome/Edge -->
3434 <!-- More Info: https://marketplace.zoom.us/docs/sdk/native-sdks/web/advanced/web-isolation -->
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import React from 'react';
33import './App.css' ;
44import { ZoomMtg } from '@zoomus/websdk' ;
55
6- ZoomMtg . setZoomJSLib ( 'https://source.zoom.us/2.3.0 /lib' , '/av' ) ;
6+ ZoomMtg . setZoomJSLib ( 'https://source.zoom.us/2.3.5 /lib' , '/av' ) ;
77
88ZoomMtg . preLoadWasm ( ) ;
99ZoomMtg . prepareWebSDK ( ) ;
You can’t perform that action at this time.
0 commit comments