Import { ZoomMtg } from ‘@zoomus/websdk’; causing React app to crash
I am integrating zoomus/websdk client view in my react-application. The moment I import ZoomMtg my app got crashed. I am not getting any clue why is it happening. On the other hand when I am importing component view, everything is working fine. React version: 16.13.1 My code: // importing in my component
Zoom Meeting SDK: 2.9.5
Show less

