The Help button is not hidden even when the feature flag is set to false.
Opened this issue · 0 comments
HaythemMejerbi commented
What happened?
I want to hide the Help button at the bottom of the settings screen, accessed by clicking the three dots. However, setting the feature flag for the Help button to false in JitsiMeetConferenceOptions.Builder has no effect:
JitsiMeetConferenceOptions options
= new JitsiMeetConferenceOptions.Builder()
.setFeatureFlag("help.enabled", false)
Platform
- Chrome (or Chromium based)
- Firefox
- Safari
- Other desktop browser
- Android browser
- iOS browser
- Electron app
- Android mobile app
- iOS mobile app
- Custom app using a mobile SDK
Browser / app / sdk version
10.2.1
Relevant log output
No response
Reproducibility
- The problem is reproducible on meet.jit.si
More details?
No response