Zoom Meeting SDK – Google Play Console App Size Limit Exceeded


Description
I have integrated the Zoom Meeting SDK into my Android app by directly importing the mobilertc.aar file:
implementation files(‘libs/mobilertc.aar’)

However, the size of the mobilertc.aar file is over 303 MB, which causes my Android App Bundle (AAB) to exceed Google Play’s maximum allowed size of 200 MB per feature module.
Without including mobilertc.aar, my AAB file size is around 145 MB.
After adding mobilertc.aar, the total AAB size goes beyond 200 MB, and Google Play prevents me from publishing the app.
I am already using the AAB format, but the size issue persists. Could you please suggest:
If there is a lighter or modular version of the Zoom Meeting SDK available?
Any recommended approach to reduce the SDK size while still supporting full meeting functionality?Whether Zoom provides an official dependency via Maven/Gradle instead of using a large .aar file?
This is blocking app publication on the Play Store, so I would appreciate your guidance.

Which Android Meeting SDK version?
6.6.0.33395 (Meeting sdk) - Currently latest

@michaelchen27 @qing.peng