-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated android sdk to 5.14.11.14322 #292
Conversation
* onShareActiveUser has been deprecated * Im keeping it for now for events backwards compatibility * I renamed some events following what onSharingStatus gets * Events added: screenShareStartedBySelf, screenShareStoppedBySelf, screenShareStoppedByUser, screenShareOtherSharing, screenSharePause, screenShareResume * Every one of this events now also sends the userId * We might want to remove onShareActiveUser event listener in next major version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I quickly tried it and it crashes after starting/joining meeting on Android 11 Emulator
@mieszko4 what error did you got? I just ran it without issues in android 11 emulator. Pls be aware that new sdk required jwtToken on init, key and secret is no longer supported. |
Yes, thnx. Init is successful, it crashes after starting a meeting with:
Looks like I need to update some package in test app. |
Ill check later today, but have no m1 machine to test it. |
I was able to reproduce in linux, so is not an issue with apple m1. Strangely enough, it works when you set
Seems to be an issue with zoom sdk itself, I tried using v2.1.4 of constraintlayout:constraintlayout, but no possitive result. Im going to try to update to a newer sdk version and check if it works. |
After updating Android Studio and running |
That even more strange, I will investigate about it. Also, while trying with the latest sdk in jitpack
While jwtToken and domain are sent as params. Probably the issue is with the context param. |
I tried couple of things and I am not sure why there is a difference. Also tried with 5.15 earlier today and did not work.
Once it is built and I tap on start/join it always works. On the other side when I run in terminal:
Once it is built and I tap on start/join it always fails. So it looks like the difference is with |
This also does not work from Android Studio when I do:
Hence this is not related to |
Waiting for a response on this thread to check if we can fix this issue. https://devforum.zoom.us/t/android-zoom-meeting-sdk-crash-after-upgrade-to-5-15-5-15204/93324/13 |
I tried with ZoomSDK
|
In https://devforum.zoom.us/t/android-zoom-meeting-sdk-crash-after-upgrade-to-5-15-5-15204/93324/13 they suggest this might be a cache bug in Android Studio:
|
I added my finding with Android Studio Run vs Build in https://devforum.zoom.us/t/android-zoom-meeting-sdk-crash-after-upgrade-to-5-15-5-15204/93324/20?u=mieszko4 |
I'm working on getting further ahead by upgrading the android sdk to 5.16.2.16555 that is building locally for me, but I'm unable to test it until I figure out an issue I've been having with Zoom's JWT's. I'm happy to make a PR from my forked repo's branch. We figured it would be safer for the company if we weren't always running away from a deprecated version of the sdk. |
Hello I also have android crash when join meeting. Using react-native-zoom-us 6.18.1 . Do you have a suggestion ? |
Still need to test it a bit more tomorrow.