integration problem

I am trying to integrate zoom plugin in my web site ,I called this link

when I am going to generate any activity that is a conference by zoom,

This error appears

Uncaught ReferenceError: React is not defined
at Object.<anonymous> (zoom-meeting-1.2.4.min.js:2)
at t (zoom-meeting-1.2.4.min.js:2)
at Object.<anonymous> (zoom-meeting-1.2.4.min.js:2)
at t (zoom-meeting-1.2.4.min.js:2)
at Object.<anonymous> (zoom-meeting-1.2.4.min.js:2)
at Object.<anonymous> (zoom-meeting-1.2.4.min.js:2)

Can any one help me

Hi Faheem, 

The error " Uncaught ReferenceError: React is not defined" seems to be React related and not Zoom.  

thanks dear for you response when I call this link 

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

so problem appear to me 

What I need to call , so zoom work well at my web site 

when I call any zoom api from my web site every time response false.



https://api.zoom.us/v2/users

or create meeting

 

Hi Faheem, 

Can you provide which particular Zoom API you are using? Also are you using a JWT.io library when you are calling the Zoom APIs?

hi Michael,

I used this https://zoom.github.io/api/ for pro plan,

yes I used JWT.io library and it’s worked well for me and generated token correctly

but api call not work well each time return false for me.

Let me know if there is anything need to include at my web site other than the JWT.io library

thanks 

Hi Faheem, 

Could you share the request information that your app is sending using the API?