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)