Jitsi-meet: Hide more setting button and invite button in mobile SDK side

Created on 10 May 2020  路  11Comments  路  Source: jitsi/jitsi-meet

Hello,
I am working video call using pod SDK in IOS Application,
I want to hide more setting button how can hide help me.
thanks in advance.

Skype_Picture_2020_05_10T09_52_16_874Z

Skype_Picture_2020_05_10T09_52_14_386Z

mobile wontfix

All 11 comments

You can hide many of the buttons with feature flags: https://github.com/jitsi/jitsi-meet/blob/master/react/features/base/flags/constants.js

The extra settings button is not one of them yet.You are welcome to create a PR adding it. However, if you disable that button there is no way to enter that menu.

@saghul which version of the sdk is this available on? Also is this available for both iOS and Android. I believe the latest version I tried some of these options were not there for IOS.

Ssome of them were added afteer the release, so tthey'll be available in the next one.

Hello I am using cocos pod version 2.7.0 IOS
I am not able to hide
I have used same flag for hiding more button and invite button
I am not able to customize it
I have seen took a reference from this one file
https://github.com/jitsi/jitsi-meet/blob/master/react/features/base/flags/constants.js

but it cound not hide

how are you trying to hide them? please provide steps to reproduce the issue. thanks!

See below my piece of code

        // create and configure jitsimeet view
        let jitsiMeetView = JitsiMeetView()
        jitsiMeetView.delegate = self
        self.jitsiMeetView = jitsiMeetView
        let options = JitsiMeetConferenceOptions.fromBuilder { (builder) in
            builder.serverURL = URL.init(string: Environment.jitsiServerUrl)
            builder.room = "\(Environment.jitsiServerUrl)/\(roomName)"
            builder.setFeatureFlag("pip.enabled", withBoolean: false)
            builder.setFeatureFlag("add-people.enabled", withBoolean: false)
            builder.setFeatureFlag("invite.enabled", withBoolean: false)
            builder.setFeatureFlag("raise-hand.enabled", withBoolean: false)
        }

        jitsiMeetView.join(options)

@luixxiul Hope has cleared my code snippet.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Hello Support team hi every one

I have a question

how to disable all button in jitsi iOS SDK

please help me

Thank You.

Hi,

I want to hide video button as only we need to give support to audio. Can you please help me with hiding video button

How to Hide "Help"
WhatsApp Image 2020-10-28 at 12 13 46 PM

Was this page helpful?
0 / 5 - 0 ratings

Related issues

edmundlaugasson picture edmundlaugasson  路  36Comments

kinnla picture kinnla  路  40Comments

carotkut94 picture carotkut94  路  45Comments

rscastil picture rscastil  路  44Comments

julianfoad picture julianfoad  路  66Comments