Unable to run node server on https
danishnazir opened this issue · 2 comments
danishnazir commented
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!!
muaz-khan commented
Try scalable-broadcast on RTCMultiConnection; and change this line:
var isUseHTTPs = true;
danishnazir commented
Thanks alot Sir it worked :)