-
Notifications
You must be signed in to change notification settings - Fork 51
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
Call doesn't work when web client create the room #5
Comments
Yeah I found that in order to allow the Android app to join second (browser first, then android app joins) I had to make these changes to start streaming the video once both clients were connected to the WebRTC server but before the android app answered the browser's offer. The key change here was that "got user media" was being sent only on djsamseng@476e336#diff-d5e563a4c154e88804b40a6bff3b9e0e482d67c2a961229f7d805ff105107b32L123-L305 |
Hi @digaa, |
@cartantino I work on windows server OS so I wasn't able to run Coturn server properly. I lost two weeks finding best replacement for Coturn and trying to run Goturn or some other turn server. Finally I manage to run Coturn using cygwin and after that as I describe in previous comment this app stop works in some situation. |
@djsamseng I'm not on that project anymore but when I get back I'll try it. Thanks |
@digaa Thanks for your quick response! |
@cartantino you need to add url and credentials in android and web app. In android you have
in web there is similar list that you need to fill with your server data
|
|
Hi I tried to use your code before three, four months. At first all worked well, but I had problem with TURN server. When I fixed problem with TURN I find out that call only work when android user first go into the room. At first I think that I maybe create some mistake and bug, so that I downloaded your code and tried again without any changes. Result is same, connection between two clients is established only when web client go as a second user. I am 100% sure that this call works fine no matter who enters first. Do anyone know what is going on and why it doesn't work now?
The text was updated successfully, but these errors were encountered: