添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Description
We have a react webapp where we want to integrate zoom meeting SDK. When we add integration as described in example and run the app the app wont load and in console there is error that the frame was blocked for origin. We tried to remove component one by one until we found out that if we remove stripe scripts from app the zoom sdk will load properly but with stripe it will fail on the mentioned error. Any suggestion what how to solve this?

Browser Console Error
zoomus-websdk.umd.min.js:2
Uncaught DOMException: Blocked a frame with origin “localhost:3000” from accessing a cross-origin frame. at localhost:3000/static/js/vendors~main.chunk.js:142812:80

Which Web Meeting SDK version?
2.9.5

To Reproduce(If applicable)

  • Download react zoom meeting sdk example GitHub - zoom/meetingsdk-react-sample: Use the Zoom Meeting SDK in a React App
  • add “” to the index.html head section
  • run app
  • See error appear in console
  • Device (please complete the following information):
    Google Chrome Version 108.0.5359.126 (Official Build) (64-bit)