403 Error When Trying Out GitHub App

Ran the node server and this is the error when I try to join my test meeting. Not sure if I did something wrong or if it’s something else

Followed the instructions that was on the docs.

Thanks!

Same problem in my case

Hi Aaron, 

To clarify, were you using this library https://github.com/zoom/sample-app-node and which API?

Find the line that says: (It is line 45) 
<script src="https://source.zoom.us/zoom-meeting-1.2.4-min.js"></script>

Replace it with: 
<script src="https://source.zoom.us/zoom-meeting-1.2.4.min.js"></script>

Closing outdated topic.

Here is the current Web Client SDK sample app: GitHub - zoom/sample-app-web: Zoom Web SDK Sample App

-Tommy