How to Show “Zoom Meeting in Progress” Notification on Custom UI

When user left the meeting for a moment ,how can we show “Zoom Meeting in Progress” Notification in custom UI ?

Hi oguzhan.kivrak,

Thanks for the post. The system notification is not handled by SDK if you are using Custom UI, you may refer to the instruction here to customize your notification:https://developer.android.com/training/notify-user/build-notification#java

Thanks!