Custom UI for Android over zoom default UI

Hi harshvardhanmandad,

Thanks for the reply. You may set up your meeting activity and show your dialog like this:

  1. Open values > config.xml
  2. Change the value of zm_config_conf_activity to be YourOwnMeetingActivity
  3. In YourOwnMeetingActivity, extends MeetingActivity from Zoom SDK, now the Zoom Meeting Activity is bind with YourOwnMeetingActivity
  4. Implement the Dialog feature

You may also refer to the answers in:java.lang.UnsatisfiedLinkError has been throwed When initialize ZoomSDK

Hope this helps. Thanks!