WebRTCapp icon indicating copy to clipboard operation
WebRTCapp copied to clipboard

Facing issue on connection in Android App.

Open shashankjamdade opened this issue 6 years ago • 5 comments

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.

shashankjamdade avatar Jul 30 '18 14:07 shashankjamdade

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

abhilash-behera avatar Sep 19 '18 16:09 abhilash-behera

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

ly3299297 avatar Nov 21 '18 07:11 ly3299297

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

abhilash-behera avatar Nov 21 '18 08:11 abhilash-behera

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"}?

ly3299297 avatar Nov 21 '18 09:11 ly3299297

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

chenhaiwork avatar Dec 20 '18 01:12 chenhaiwork