Skip to content
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

Development #2

Closed
jaythegeek opened this issue Aug 6, 2020 · 2 comments
Closed

Development #2

jaythegeek opened this issue Aug 6, 2020 · 2 comments

Comments

@jaythegeek
Copy link

Hey, so great work on getting this far. I'm having a bit of trouble getting the project going or importing it in to a new one. I am on flutter master channel.

What's curious, I can see you are running it on Android. So I install.the app. Give the permissions manually to the camera and mic from the app settings. And then hit the call button. Nothing happens.

When I run it from iOS. I get a websocket connection. Can see the session /.IDs all created. But the app crashes.

So just wondering if I'm doing something specifically wrong. My server is already setup and running electron / browser peers via Websockets / HTTPS API

I'd like to help or fork from this project. So any insight would be awesome.

Thanks
Jay

@shivanshtalwar0
Copy link
Collaborator

About ios its probably permission related issue or maybe something specific to ios part of flutter webrtc i just can't comment on that without trying since i don't own an ios device its really not possible for me to test what's going wrong, about android, in my experience when you trying to connect to your janus instance most of the times no connectivity occurs due to ice candidates error so make sure your turn and stun server are specified in your janus config file also you might think passing stun and turn in configuration will suffice but that's not really the case janus need turn and stun server on both client side aswell as server side.
With That being said it should work normally

@shivanshtalwar0
Copy link
Collaborator

You could try docker image that i have created to save yourself from compilation.
Janusgateway
Closing this issue for now, you can reopen if it still doesn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants