I have created a video call application using webrtc in react js and backend is in django.

My web application is working fine in localserver in same network but when I test it on cloud server with ssl then I am getting remote stream. I was able to establish connection with remote user and I was also able to complete the peer negotiation but remote stream was not there in web app.