I configured jitsi on my local environment with docker and I’m able to perform browser to browser communication (conference, screen sharing and all) but when I try to access that with my react-native application it will display reconnection modal continuously.
Currently I’m using GitHub - skrafft/react-native-jitsi-meet: React native wrapper for Jitsi Meet SDK but not work with my local environment.
Anything new need to change?
Thanks