Is it implied here that both HTTPS and WSS must also come from the same server (Same Origin Policy) ?
No, the same origin policy does not apply to web sockets.

Then, can I also install my own WebRTC demo page on my own private Asterisk server and access this demo page through HTTPS ?
If I'm not mistaken, this should fulfill all requirements.
It doesn't matter where the asterisk server is hosted. It is important where the web application comes from. If you don't want to use https and wss you only have the option to host the web app locally (on the same machine as the browser that loads the page), which probably makes sense only for development. Otherwise you have to use https and wss for the reasons discussed earlier.

Hope it helps.


Simon

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to