The Zoom SDK is pretty large because it is built to run on multiple CPU architectures. For that reason, you will see the biggest reduction in your APK’s size by applying abifilters in your build.gradle file.
My application size is 160 MB. I have attempted with prograd yet no assistance. Would you be able to kindly disclose to me how I can lessen application size?
Hi @jon.zoom
It has been a while since our last contact
I want to ask if it is possible to have a simple button (custom button) over the zoom meeting view
So that user can click the button to go to a certain website
Then return back to the meeting?
Unfortunately, the default UI does not support adding individual custom views. This would require a custom meeting UI, or for the default UI to be embedded within another Activity.
Yes this is possible. For more information please see our documentation here as well as the example2 module within our sample app package, which contains a sample UI in which this has been implemented. Let me know if you have any additional questions.