Android meeting SDK - How to hide Docs menu item from bottom menu bar in zoom meeting

Hi,

Recently I have upgraded Android Meeting SDK to version 6.5.0.30984, with latest SDK a new menu item called Docs showing at bottom of the meeting screen

Is there any method/attribute available to disable this menu item. I used below settings but not worked

meetingSettingsHelper.enableZoomDocsInCustomUI(false)
meetingSettingsHelper.isCustomizedMeetingUIEnabled = true // I am using custom Activity which extends Zoom's NewMeetingActivity(i.e Zoom default UI)

Also, please tell us how to enable or disable below things,

  1. Enable or show Background and Effects option in more menu
  2. Disable Captions and Translations option in more menu

Zoom SDK has any options to do above things or need to apply related settings through Zoom web admin account. Please provide the info/update on these.

Thanks

If we use Zoom’s default UI, below settings will not hide Docs menu item. These settings will work only for fully custom zoom UI

meetingSettingsHelper.enableZoomDocsInCustomUI(false)
meetingSettingsHelper.isCustomizedMeetingUIEnabled = true

I have disabled the Docs item from Zoom admin account.