skrafft / react-native-jitsi-meet

React native wrapper for Jitsi Meet SDK
Apache License 2.0
285 stars 349 forks source link

meetFeatureFlags don't work #428

Closed Larens94 closed 1 year ago

Larens94 commented 1 year ago

When I pass the owner meet Feature Flags jitsi does not change anything. For example: const meetFeatureFlags = { chatEnabled: false, .... };

I will disable the chat but I will show it this way.

"react-native-jitsi-meet": "^2.3.1", Client information: Browser / app version: "react-native": "0.70.6",

Larens94 commented 1 year ago

in my case JitsiMeetView was instantiated before I set the configurations, so the set later didn't work.