vijayakm

Results 5 comments of vijayakm

Hello, I also have this issue Do you have any update ?

Hi, 1. Open System Preferences. 2. Go to the Security & Privacy tab. 3. Click on the lockand enter your password so you can make changes. 4. Change the setting...

It's because those featureFlag are not available with JitsiSDK version 2.6. With version 2.8.2 and higher it might be ok How to do it : in the gradle file (react-native-jitsi-meet/android/build.gradle)...

Inside the method call in the class RNJitsiMeetModule, mJitsiMeetViewReference might be null, which cause black screen ! Workaround: inside the method call add this : ``` if(mJitsiMeetViewReference.getJitsiMeetView() == null) {...

I'm having same questions.. Have you found a solution?