Closed MunjerinHossain closed 3 years ago
Hi,
Can you access the internet if you open the browser in the emulator and enter e.g. https://zoom.us/?
If yes, I assume there is something blocking the port on which zoom sdk uses for connecting to their servers. Not sure what is the best tool to check it - I can think of wireshark but there is probably something more android-specific.
Hello,
Yes, I can access the internet from the browser in the emulator.
Please let me know if you have any solution regarding this.
:thinking: Are you using test example from https://github.com/mieszko4/react-native-zoom-us-test or you integrated the package into your app? Perhaps the reason is that you are using wrong token (in this file I left instructions what needs to be prefilled in order to run the meeting https://github.com/mieszko4/react-native-zoom-us-test/blob/master/App.tsx)
Hi,
I was using the test example. Thank you for your help! Best Wishes.
@MunjerinHossain you are welcome. I am still not sure what was the problem in the end, and what solution have you come up with?
I would also like to know what solution did you end up using?
@mieszko4 I am using my own jwt token from developer.zoom.us API
app in zoom developer portal but still I can not create the meeting? Is that the correct token to use ?
@shahidcodes Only recently JWT token was added. Are you using
// initialize using JWT
await ZoomUs.initialize({
jwtToken: '...',
})
What errors do you get?
@mieszko4 I'm using clientKey and clientSecret to initialize zoom sdk but using account level jwt token in zoomAccessToken key when starting the meeting. And I'm getting the same error as above, unable to connect.
You've resolved the issue with https://github.com/mieszko4/react-native-zoom-us/issues/75#issuecomment-830020072, right?
Yeah this issue resolved.
Thanks for the help
Hello there, I am trying to integrate your react-native-zoom-us SDK. The app gets initialized successfully but while I am trying to start a meeting, it shows that my internet connection and connection to the zoom is getting blocked.
I have tried by turning off my windows defender firewall and it didn’t work out. Also, the Zoom app is running properly in my windows and the browser. So if there’s any connection issue, then it shouldn’t run/work anywhere, right?
Please let me know if you can provide me any solutions regarding this. I am attaching the screenshot with the node terminal below.
Error: [Error: Error: 100, internalErrorCode=0], Error code: 5003