jitsi / jitsi-meet-flutter-sdk

Jitsi Meet plugin for Flutter
Apache License 2.0
31 stars 25 forks source link

some ConfigOverwrite Options don't work #29

Closed ugmlr closed 5 months ago

ugmlr commented 5 months ago

Hi, i was trying to hide a few of the buttons in the UI (when video calling) & have found the easiest way to do so would be to use the toolButtons Option in the configOverride unfortunately this doesn't work for me. This is my Code:

configOverrides: {
        'toolbarButtons': [ //should work, but doesn't right now
        'camera',
              'hangup',
              'toggle-camera',
        ],
}

Just in case i was doing something wrong when writing it. I also have a few featureFlags enabled, in case this is the problem, but i have already tried disabling all of them and i can still see other buttons, for example the participants pane button

gabiborlea commented 5 months ago

Hey! Unfortunately, not all config overwrites work for mobile, some of them are only for web use. As per example the toolbarButtons.

shabanov-krl commented 1 month ago

@gabiborlea prejoinConfig.hideExtraJoinButtons also not work for mobile? i want to hide no-audio join button