Error?
java.lang.ClassCastException: com.google.android.exoplayer2.ui.AspectRatioFrameLayout cannot be cast to androidx.media3.ui.AspectRatioFrameLayout
Troubleshooting Routes
Trying different version of libraries.
How To Reproduce Steps to reproduce the behaviour including:
App with latest Zoom Meeting SDK
Add library that use AndroidX Media3 (intercom) or add AndroidX Media3 library
@boonjun.tan We are also running into this issue for our react-native android application. We cannot use any react-native dependency that requires media3 because of this. Is there any way this can be escalated? I’ve seen multiple posts on this forum about this same issue, and no action from Zoom to address the usage of a deprecated dependency.
Circling back on this I tried removing the ExoPlayer dependency from build.gradle (mobilertc) and didn’t encounter any issues. I’m asking because this deprecated dependency is causing a clash with another library I’m using.