muaz-khan/WebRTC-Scalable-Broadcast

Unable to run node server on https

danishnazir opened this issue · 2 comments

Hello Sir i am trying your node server and it runs successfully on "HTTP" but when i change the protocol from http to https then it stops working.Actually i want to run this sample over the internet so i really want https to work So please get back to me Thanks!!

Try scalable-broadcast on RTCMultiConnection; and change this line:

var isUseHTTPs = true;

Thanks alot Sir it worked :)