Not opening custom UI when clicking on meeting notification

I’ve implemented a custom UI for the meeting but when I click in the meeting notification it goes back to the default UI.
How can I open the custom UI when clicking on the notification?

I’m using Android SDK v4.6.15086.0209

Thank you.

Hi pxkadinha,

Thanks for using Zoom SDK and thanks for the post. We are able to reproduce the issue you are mentioning and we will fix it. As an alternative solution, if you are using Custom UI, you may use disableShowMeetingNotification(https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/MeetingSettingsHelper.html#disableShowMeetingNotification-boolean-) to disable this notification, and create your own notification:https://developer.android.com/training/notify-user/build-notification

Hope this helps. Thanks!

1 Like

Hey @carson.zoom,

Thanks for your quick reply. I’ll go with the alternative solution for now.

Thanks again.

Hi pxkadinha,

Thanks for the reply. If you would like to get notified for our next release, please watch our Github repo: https://github.com/zoom/zoom-sdk-android

Thanks!