Bottom Leave Button

Hi anisfikri3,

Thanks for the post. The Ionic SDK does not support Custom UI thus it is not supported to place the “leave” button at the bottom. I remember your request was to hide the meeting number. You may customize the meeting ID to hide the meeting number and keep the top bar. We will add this feature in the next release, but if you need it right now, you may:

  1. If you are using Android, go to https://github.com/zoom/zoom-sdk-ionic/blob/master/src/android/Zoom.java#L397
  2. Add the following code:
opts.custom_meeting_id = " ";
  1. Do not hide the top bar.

Rebuild the library and it should work. Hope this helps. Thanks!

1 Like