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_activityto be YourOwnMeetingActivity - In YourOwnMeetingActivity,
extends MeetingActivityfrom 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!