-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Flag not working in android sdk #261
Comments
What SDK version are you using?
THis is wrong and should be a flag. |
i use version 10.3.0 |
How are you using those flags? Please share the code snippet you are using. |
i create my activity which implement JitsiMeetActivityInterface and in onCreate override method i have this implementation view = JitsiMeetView(this) |
Looks ok. Which flags are not working? |
.setFeatureFlag("settings.alwaysVisible", false) and |
@Calinteodor can you PTAL when you get a chance? |
Not reproducible with https://github.com/jitsi/jitsi-meet-sdk-samples/tree/master/android/java/JitsiSDKTest. .setFeatureFlag("participants.enabled", false) |
.setFeatureFlag("settings.enabled", false)
.setConfigOverride("participants.enabled",false)
i try to use the above flags , but not work , i need to hide actions of more / settings and participants buttons .but not working
The text was updated successfully, but these errors were encountered: