jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
22.98k stars 6.69k forks source link

Disable some menu in settings not working in android #7266

Closed soorajjaivas closed 4 years ago

soorajjaivas commented 4 years ago

I am using jitsi SDK(org.jitsi.react:jitsi-meet-sdk:2.8.2) in my android app.I need to disable some features in settings menu of video call.Below functions not working.Please help me

.setFeatureFlag("livestreaming.enabled", false) .setFeatureFlag("recording.enabled", false) .setFeatureFlag("android.recording.enabled", false) .setFeatureFlag("meeting-password.enabled", false) .setFeatureFlag("raise-hand.enabled", true) .setFeatureFlag("tile-view.enabled", false)

saghul commented 4 years ago

Update to 2.9.0, not all of those are available on 2.8.2.

soorajjaivas commented 4 years ago

is it possible to hide start showing sub titles and Invite someone menus?