Re: Need help: webrtc signalling with django app

2017-08-24 Thread OM555
Thanks Andrew. On Wednesday, 23 August 2017 21:46:50 UTC+5:30, Andrew Godwin wrote: > > My impression was that RTC signalling was not specified or defined so apps > could do it how they wish - so you could use normal AJAX, or WebSockets, > etc. Channels doesn't have RTC support as, as far as I

Re: Need help: webrtc signalling with django app

2017-08-23 Thread Andrew Godwin
My impression was that RTC signalling was not specified or defined so apps could do it how they wish - so you could use normal AJAX, or WebSockets, etc. Channels doesn't have RTC support as, as far as I could tell, the specified parts are all browser-to-browser. Andrew On Wed, Aug 23, 2017 at 7:1

Need help: webrtc signalling with django app

2017-08-23 Thread OM555
Hi all, Is there any way of integrating webrtc signaling with django apps? From what I understand django channels do not support this. I need user authentication from django app to be used along with the webrtc feature. Thanks... OM -- You received this message because you are subscribed to