Open SimonImanigirimpuhwe opened 1 year ago
@skrafft any workaround on this?
same here... the event onConferenceJoined
does not trigger.
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
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.
Any solution?
any luck?
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
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
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.