react-native-jitsi-meet icon indicating copy to clipboard operation
react-native-jitsi-meet copied to clipboard

Jitsi meet video call on Android stays on black screen

Open SimonImanigirimpuhwe opened this issue 2 years ago • 7 comments

Implementing video calls using react-native-jitsi-meet on iOS works perfectly fine but on android when loading the screen to start the meeting, it stays on the black screen. I am using react-native 0.69.2 and react-native-jitsi-meet 2.3.1 Screen Shot 2023-01-17 at 5 17 59 AM I did all installation as described in the documentation and also tried to use jitsi-meet-sdk to customize native code but still, I could get the black screen on android. I also tried to downgrade the react-native version but it couldn't help. I tried all possible suggested fix that I could find on existing issues but none could solve my issue.

I was expecting to join the video call but rendering the JitsiMeetView with its full functionality like turning on a video call, muting audio, seeing participants, inviting and so many more features that jitsi-meet-sdk provides as I could see it on iOS.

SimonImanigirimpuhwe avatar Jan 22 '23 17:01 SimonImanigirimpuhwe

@skrafft any workaround on this?

SimonImanigirimpuhwe avatar Jan 23 '23 14:01 SimonImanigirimpuhwe

same here... the event onConferenceJoined does not trigger.

dhiogocorrea avatar Feb 01 '23 17:02 dhiogocorrea

I also faced this problem recently using this package. I created a readme explaining how I did jitsi meet work on react native.

https://github.com/eversonps/example-react-native-jitsi-meet#readme

eversonps avatar Feb 04 '23 15:02 eversonps

I also faced this problem recently using this package. I created a readme explaining how I did jitsi meet work on react native.

https://github.com/eversonps/example-react-native-jitsi-meet#readme

Thank you @eversonps, I tried your way but still, I am getting a black screen.

SimonImanigirimpuhwe avatar Feb 07 '23 14:02 SimonImanigirimpuhwe

Any solution?

mtahir08 avatar Feb 13 '23 15:02 mtahir08

any luck?

mehthabt avatar Feb 25 '23 18:02 mehthabt

I also faced this problem recently using this package. I created a readme explaining how I did jitsi meet work on react native. https://github.com/eversonps/example-react-native-jitsi-meet#readme

Thank you @eversonps, I tried your way but still, I am getting a black screen.

did you try to clone my example project and test it? it works fine here

eversonps avatar Mar 12 '23 00:03 eversonps