What scope I should choose?

I am trying to create a new app to use it to embed the zoom meeting into a web page. I used “Build App”. And I downloaded the latest web sample (3.7.0) from:

I tried to copy the Client ID and Client Secret and update them in the index.js (CDN) file.

I used my zoom account to create a meeting and enter into the index.html, then click join button:

But it shows report problem screen


tracking ID: 3eea7c85-a70a-43cf-8833-50b506a329e6

Is it because I choose the incorrect scope? What scope I need to choose?

Browser Console Error
success load jsmedia
zoom-meeting-3.7.0.min.js:2 To use gallery view on Chrome/Chromium browsers, SharedArrayBuffer is required.
See for details: https://developers.zoom.us/docs/meeting-sdk/web/gallery-view/
meeting.js:68 Object
meeting.js:69 signature eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBLZXkiOiJXSDdMQjNaNVNoR3dTNTFVQ05WZVh3Iiwic2RrS2V5IjoiV0g3TEIzWjVTaEd3UzUxVUNOVmVYdyIsImlhdCI6MTcxNzQyOTk1MSwiZXhwIjoxNzE3NDM3MTUxLCJtbiI6ODU4NDkwMzMxNDgsInJvbGUiOjB9.5Tj_irUK8uSCTKZEUKcL4YzZtSdbszZhyFC3XTG5sHg
zoomus-websdk-zoommtgMain.umd.min.js:2 TypeError: Cannot set properties of undefined (setting ‘ondevicechange’)
at e.value (zoomus-websdk-zoommtgMain.umd.min.js:2:488936)
at o (zoomus-websdk-zoommtgMain.umd.min.js:2:1714152)
at zoomus-websdk-zoommtgMain.umd.min.js:2:188118 ‘tasks error’
(anonymous) @ zoomus-websdk-zoommtgMain.umd.min.js:2
meeting.js:111 inMeetingServiceListener onMeetingStatus Object
zoomus-websdk-zoommtgMain.umd.min.js:2 Uncaught (in promise) TypeError: Cannot set properties of undefined (setting ‘ondevicechange’)
at e.value (zoomus-websdk-zoommtgMain.umd.min.js:2:488936)
at o (zoomus-websdk-zoommtgMain.umd.min.js:2:1714152)
at zoomus-websdk-zoommtgMain.umd.min.js:2:188118
zoomus-websdk-zoommtgMain.umd.min.js:2 TypeError: Cannot read properties of undefined (reading ‘getSupportedConstraints’)
at Object.isSupportCameraPan (js_media.min.js:1:45699)
at Jt (zoom-meeting-3.7.0.min.js:2:329399)
at Qt (zoom-meeting-3.7.0.min.js:2:329658)
at m (zoomus-websdk-zoommtgMain.umd.min.js:2:1596008)
at S (zoomus-websdk-zoommtgMain.umd.min.js:2:1765275)
at w (zoomus-websdk-zoommtgMain.umd.min.js:2:1768556)
at zoomus-websdk-zoommtgMain.umd.min.js:2:1448807
at Object.useMemo (zoomus-websdk-zoommtgMain.umd.min.js:2:2642000)
at c.useMemo (react.min.js:29:322)
at zoomus-websdk-zoommtgMain.umd.min.js:2:1448770
fs @ zoomus-websdk-zoommtgMain.umd.min.js:2
zoom-meeting-3.7.0.min.js:2 Cannot read properties of undefined (reading ‘getSupportedConstraints’)
f @ zoom-meeting-3.7.0.min.js:2
zoom-meeting-3.7.0.min.js:2 at https://source.zoom.us/3.7.0/ui/zoomus-websdk-zoommtgMain.umd.min.js:2:1448043 at c (https://source.zoom.us/3.7.0/ui/zoomus-websdk-zoommtgMain.umd.min.js:2:2729527) at div at div at https://source.zoom.us/3.7.0/ui/zoomus-websdk-main-client.umd.min.js:84:796306 at c (https://source.zoom.us/3.7.0/ui/zoomus-websdk-zoommtgMain.umd.min.js:2:2729527) at t (https://source.zoom.us/3.7.0/ui/zoomus-websdk-main-client.umd.min.js:84:2958965) at errorBoundary(Connect(Component)) at s (https://source.zoom.us/3.7.0/ui/zoomus-websdk-zoommtgMain.umd.min.js:2:2728050) at s (https://source.zoom.us/3.7.0/ui/zoomus-websdk-main-client.umd.min.js:84:797878)

Which Web Meeting SDK version?
3.7.0

Device (please complete the following information):

  • Device: Lenovo Laptop
  • OS: WIndows
  • Browser: Chrome
  • Browser Version Version 125.0.6422.141 (Official Build) (64-bit)

Anyone can help me please?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.