Customized UI not working (Zoom SDK Integration)

Description
I not able to use custom UI in my app. When I am trying to join any meeting with custom UI enabled, it’s crashing the app. With logcat msg:

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.myapp/com.example.myapp.inmeetingfunction.customizedmeetingui.MyMeetingActivity}: android.view.InflateException: Binary XML file line #31: Binary XML file line #31: Error inflating class com.example.myapp.inmeetingfunction.customizedmeetingui.view.share.AnnotateToolbar

Also its showing some classes are missing in my_meeting_layout.xml file. Stuck here for days anyone please help.

Thanks.

Screenshots


Smartphone:

  • Device: Android

Hi @miitbh1, thanks for using our SDK.

This error means that there is something incorrectly defined related to your XML layout. Unfortunately, this is outside the scope of our SDK, so I cannot provide assistance with determining the cause of this crash.

Thanks!

Facing the same did you find the solution?

I guess this error has to do something with configuration or dependency. Once check if all the steps of zoom SDK integration is done properly.