Zoom WebSDK integrated into angular not working after deploying on IIS

Description
Hi guys, I’m trying to integrate zoom web sdk in my angular app. I downloaded this project from here zoom websdk
I have set my meeting details and tested on local and it’s working fine, Now I want to check this on mobile if attendee is able to view the streaming so I deployed my angular app on IIS(http origin) but on click of join meeting button only blank black screen comes and there are several errors in console.
What can be the issue?

Error
ReferenceError: JsMediaSDK_Instance is not defined
TypeError: h.a.getCanvasInfo is not a function
TypeError: T.sendSocket is not a function
Uncaught ReferenceError: JsMediaSDK_Instance is not defined
Uncaught TypeError: g.a.connectSocket is not a function

Which version?
@zoomus/websdk: ^1.7.7

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to this site
  2. Click on ‘Join Meeting’
  3. See errors in console

Screenshots

Smartphone (please complete the following information):

  • Device: Laptop, Mobile
  • OS: Windows 10, Android 9
  • Browser: Chrome
1 Like

Hey @shreyas.pednekar,

Have you followed the Angular Sample App?

Thanks,
Tommy