Thanks for the reply. You may set up your meeting activity and show your dialog like this:
- Open
values > config.xml
- Change the value of
zm_config_conf_activity
to be YourOwnMeetingActivity - In YourOwnMeetingActivity,
extends MeetingActivity
from Zoom SDK, now the Zoom Meeting Activity is bind with YourOwnMeetingActivity - 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!