-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection to Kraken API from React Native app #5
Comments
Are you using |
We are using our own deployment. Using demo web app it all works but if we use the same code converted to RN with react-native-webrtc it does not work :( |
You should configure proper |
Can I use |
When I use your server publish request gives me error: |
I think it's because your RN app uses old browser, which doesn't support some webrtc feature. |
What is weird is that whenever someone is already in the room (using web app) and I connect using RN it all works. I can see my RN user on web app UI :/ |
Maybe passing some options to createOffer will make it work? |
Hi there!
I have a problem connecting to Kraken API from RN app. It get's connected but then I get onTrackTimeout. It seems like initial connection between RN app and Kraken API is not established. What is weird is that if I start web app first and then make a connection to Kraken API it all works, so it seems that publish request does not make a connection?
My configuration is:
Any help would be appreciated :)
The text was updated successfully, but these errors were encountered: