You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Browser / app / sdk version
10.2.1
Relevant log output
No response
Reproducibility
More details?
No response
The text was updated successfully, but these errors were encountered: