Can't start custom UI activity

Description
Hi, I’ve read document about customize meeting UI. Here’s what I’ve done:

  1. create VideoCall activity extends MeetingActivity
  2. Create config file with zm_config_conf_activity:
    vn.semicolon.demozoom.VideoCall
    Issue: join meeting ok, I see video of joiner and voice in host device, but nothing happen on client device. VideoCall not start.
    Question:
  3. What should I do?
  4. I see in some topic that custom UI is paid feature, isn’t it?

Which version?
v4.6.21666.0429

Many thanks for your support!

Hi @hoanghuynh296,

Thanks for using Zoom SDK. The way you are mentioning is still Zoom default UI, but it is embedding a Zoom default UI into your own activity. The real Custom UI allows you to have full control of the meeting UI. It is now available for everyone to use. You may enable the “Custom UI” option in the Android SDK demo app and experience this feature(https://github.com/zoom/zoom-sdk-android).

Thanks!

Thanks for your reply. Could you please give me document about customize UI? How to start, bind UI,… Or I have to find it in demo project?

Hi @hoanghuynh296,

You may find the doc for Custom UI here: https://marketplace.zoom.us/docs/sdk/native-sdks/android/mastering-zoom-sdk/in-meeting-function/customized-meeting-ui/overview; If you found any info missing, please let me know and I will forward them to the doc team to improve the doc.

Thanks!