Embed code "Join External Meeting" buttton not working

Description
I have added a basic zoom embed code to php page as follows.

<iframe allow="microphone; camera" style="border: 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%;" src="https://success.zoom.us/wc/join/{meeting-id}" frameborder="0"></iframe>

This code worked a month ago. The zoom video meeting worked well. Now its not working.

Error
I get some errors from Dev Tools like “Forbidden” errors.
See image below.

Which version?
This is an embed code. I got it from a (website)

To Reproduce
Steps to reproduce the behavior:

  1. Create a php file and add the above code inside body tag.’
  2. Run the php file
  3. Once you run this in the browser, check dev tools.
  4. There are some forbidden errors. It proevents me from starting a meeting.

Screenshots

Device:

  • Device: [e.g.Dell Laptop]
  • OS: [e.g.Windows 10]
  • Browser:[e.g. Edge Latest version]

Hey @bhanukawork,

To embed the Zoom Client, please use the Web SDK:

Thanks,
Tommy

1 Like

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