benwtrent / janus-gateway-android

This is an API wrapper that utilizes the native WebRTC build and is made to ease communication with the janus-gateway
MIT License
112 stars 73 forks source link

Remote Renderer not working for both EchoTest and VideoRoom. #37

Open droidShadow opened 4 years ago

droidShadow commented 4 years ago

I tried executing the application using JANUS_URI = "https://janus.conf.meetecho.com/janus"; in both EchoTestand VideoRoom but Remote Renderer was not working. In Echo Test I am only getting localStream whereas, in video room I am not getting any renderer neither local nor remote.

Kindly let me know, whether I am doing any thing wrong or I am missing more configuration.

erynkyo commented 4 years ago

Pls check sdp/ice first .If you're testing with Chrome, open chrome://webrtc-internals,and you could see the detail of peerconnection . Make sure of the peerconnection has been created already.