Closed ravi2611gupta closed 10 months ago
JWT App are deprecated on Zoom, so maybe that's the reason. So hopefully https://github.com/mieszko4/react-native-zoom-us-test/issues/67 should solve this.
In my sample app the meeting starts correctly without password for me. This could happen if zoomAccessToken
is invalid (I confirm that this happened to me).
It always asks for the passcode of the meeting when I try to start the meeting using the startMeeting() method and when I enter the passcode, the meeting doesn't starts and it waits for starting the meeting by host. My code is given below. I think think this is happening because of the incorrect zoomAccessToken token. can someone please tell me which zoom marketplace credentials should I use to create zoomAccessToken like JWT APP's credentials, SDK APP Credentials, or any other
` useEffect(() => { ZoomUs.initialize({ clientKey: 'JGZDvfh6Sey7Yjm7wimW9g', clientSecret: '6fZPn5r3hkX27ULRW3AjtYT3vQ0bzPtW', });