mieszko4 / react-native-zoom-us

MIT License
122 stars 116 forks source link

[Error: joinMeeting, errorCode=99] when joining the meeting, but I can start the meeting without any issue #76

Closed shahidcodes closed 2 years ago

shahidcodes commented 3 years ago

I am getting [Error: joinMeeting, errorCode=99] only when I join the meeting. But I can start the meeting without any issue. I am using real device not emulator. As doc suggest errorCode=99 means device not supported but it can't be that since I can start the meeting.

Please suggest a way to debug this.

mieszko4 commented 3 years ago

Do you also run startMeeting on the same (real) device?

shahidcodes commented 3 years ago

Yeah but the application was different with different package name.

mieszko4 commented 3 years ago

Is this iOS or android? I've just finished testing the current lib on iOS (https://github.com/mieszko4/react-native-zoom-us-test#smoke-test-procedure) and it works good for me.

shahidcodes commented 3 years ago

It's android, I'll test the smoke test repository, I used the same code in my project it didn't work. Will try using the repository

mieszko4 commented 3 years ago

Ok, I still need to test android - I will let you know when I am done.

mieszko4 commented 3 years ago

I've tested it on android (https://github.com/mieszko4/react-native-zoom-us-test#android) and joinMeeting worked well for me.

I've simplified joinMeeting of the example app. Now you can simply provide the join url: https://github.com/mieszko4/react-native-zoom-us-test/blob/master/App.tsx#L29

mieszko4 commented 2 years ago

I will close that now. You can check the newests version tested with smoke test (https://github.com/mieszko4/react-native-zoom-us-test#smoke-test-procedure)