sergiopaniego / WebRTCapp

This Android app aims to be a small video conference app created using mainly WebRTC technology. With it, you can make calls though a web socket connection
Apache License 2.0
31 stars 28 forks source link

Facing issue on connection in Android App. #4

Open shashankjamdade opened 6 years ago

shashankjamdade commented 6 years ago

I have set up the openvidu server locally in windows. I followed the all steps and I found the wss link at my command prompt. I put that link into the Android app but facing the issue. I am posting the screenshots below:

https://firebasestorage.googleapis.com/v0/b/gotravels-b42e2.appspot.com/o/device3.png?alt=media&token=87f786b6-4586-4a38-a88c-8b00487820ca

https://firebasestorage.googleapis.com/v0/b/gotravels-b42e2.appspot.com/o/device_ss1.png?alt=media&token=55d3effd-18cf-45ea-a369-49fbf9aeda56

I'm very new to this please guide me where I'm doing wrong. Thank you.

abhilash-behera commented 6 years ago

Replace the server.key file in the assets folder with your server's ssl certificate. This will solve the problem.

ly3299297 commented 5 years ago

Does the server.key need to be configured in the project?where configured?

abhilash-behera commented 5 years ago

there is a file named server.key in assets folder. replace its contents with your server's ssl certificates. open your server's ssl certificates and your private key in text editors. copy their contents and paste it into server.key file. that is what I did and it worked

ly3299297 commented 5 years ago

I not found assets folder and server.key in you project.I create a assets folder in main folder why i request result is {"id":4,"result":{"value":"pong"},"jsonrpc":"2.0"}?

chenhaiwork commented 5 years ago

Why can't assets folder be recruited in this project? Thank you.