Closed Larens94 closed 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",
in my case JitsiMeetView was instantiated before I set the configurations, so the set later didn't work.
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",