How to Hide "Zoom Meeting in Progress" Notification?

Description
How to Hide “Zoom Meeting in Progress” Notification when join meeting using android sdk?

Which version?
Version: 4.3.53571.0118

Screenshots

Smartphone (please complete the following information):

  • Device: LG H870DS
  • OS: Android
  • Version 27

Hi york.

The Api MeetingSettingsHelper.disableShowMeetingNotification(true) can disable notification in meeting.

@Fred_Luo

Thanks man!!!

Is there any possible way to hide “Zoom Meeting in Progress” Notification on devices using android sdk version Android P and above?

I’m interested in this as well. The API in the accepted answer seems to be missing in the recent versions.

Hi guys,

Thanks for the reply. Android P and above requires application to have notification(System requirements) so this notification could be hid. However, you could customize the notification by using this interface: https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/MeetingSettingsHelper.html#setCustomizedNotificationData-us.zoom.sdk.CustomizedNotificationData-us.zoom.sdk.InMeetingNotificationHandle-

Hope this helps. Thanks!