jitsi / lib-jitsi-meet

A low-level JS video API that allows adding a completely custom video experience to web apps.
Apache License 2.0
1.32k stars 1.11k forks source link

Error whilte join conference in react-native app #1377

Open samelm opened 3 years ago

samelm commented 3 years ago

Description


With the same jitsi config, the web application works correctly, but in the react-native app with lib-jitsi-meet I get the following error when joining a conference (iOS emulator) image image

In react-native used an approach with polyfills like official jitsi-meet app

UPD: image

UPD: This behavior occurs only when websocket connect in the config

samelm commented 3 years ago

I found out that the react-native does not have a jitsi connection via websocket, I replaced it with an http-bind and the errors are gone.

But now I face the problem https://github.com/jitsi/lib-jitsi-meet/issues/1296 and https://github.com/jitsi/jitsi-meet/issues/7862