react-native-zoom-us
react-native-zoom-us copied to clipboard
Doc for local development.
Hi @mieszko4 , Could you provide some doc such that we can manually change the SDK versions instead of using cocoapods/jitpack for SDKs? As that will be helpful to a lot of developers.
@ajayhcode did you find how to do so? i am facing an issue while on android if we minimize app it goes directly into picture-in-picture mode and when we try to expand it creates new activity that is blank...
on iOS, I have to publish a Pod of 5.14 to fix a crash issue when joining a webinar.
@Satyajeetsinh-9 stucked there
@ajayhcode I believe this is fixed in 5.14 SDK. Please see the changelog here:
https://devsupport.zoom.us/hc/en-us/articles/13992442561165-Zoom-Meeting-SDK-Android-5-14-0
Fixed an issue where the video turned off when minimizing the meeting.
did you face the same issue with android for picture in picture mode where after re opening it goes to blank screen? @ajayhcode
I also know that mieszko4 is actively working on upgrading 5.14 on Android but facing a crash when joining a webinar.
@ajayhcode I believe this is fixed in 5.14 SDK. Please see the changelog here: https://devsupport.zoom.us/hc/en-us/articles/13992442561165-Zoom-Meeting-SDK-Android-5-14-0
Fixed an issue where the video turned off when minimizing the meeting.
I am sorry but I am new to react native. but does this fix the issue on android for picture in picture mode when you minimize the app and if expand it , it creates new separate activity... or did you faced that issue as well or is it just me...
@frankie-fk @ajayhcode were you able to update SDK to 5.14 ? i see that in below link https://github.com/zoom-us-community/jitpack-zoom-us there is already defined sdk 5.14.11.14322, but when I tried to replace with that sdk in native modules build.config first I got some errors , after clearing them I was able to run the application but when it ran it started showing error "RNZoomUS native module is not linked" -> my RN version is 0.72
@mieszko4 do you how can we fix this?
Please try with [email protected] (it uses 5.14.11.8690) to fix issue with picture-in-picture and perhaps other issues you are having.
I will keep this issue open until we write a doc to change the SDK versions instead of using cocoapods/jitpack. Essentially to do that you need to:
Android
- Create a PR for new version for JitPack package - see in https://github.com/zoom-us-community/jitpack-zoom-us
- Override version of
com.github.zoom-us-community:jitpack-zoom-us
inandroid/build.gradle
iOS
- Create a PR for new version of pod - see https://github.com/zoom-us-community/zoom-sdk-pods
- Override version of
ZoomSDK
inRNZoomUs.podspec