I want to develop a Video Chat application. So I started to check the SimpleWebRTC JS Framework. When I share my screen, it requires HTTPS mode. If I hosted the files in SSL domain. But the Socket js (included file) is in an insecure domain.
http://signaling.simplewebrtc.com:8888/socket.io/1/?t=139165345345345
If I change the protocol into HTTPS then it doesn't return response.
Please advice.