muaz-khan / WebRTC-Experiment

WebRTC, WebRTC and WebRTC. Everything here is all about WebRTC!!
https://www.webrtc-experiment.com/
MIT License
11.72k stars 3.95k forks source link

File Sharing #75

Open chinmoy01 opened 11 years ago

chinmoy01 commented 11 years ago

I am using WebRTC Group File Sharing using RTCDataChannel APIs. My problem is that by default it uses firebase for signaling but I want to use my local sip server like Office Sip Server for signaling. I am also flowed 'Use your own socket.io' for signaling which you are provided. but I can not connect with the server. so, I request you to can you please help me.

thank you Chinmoy

muaz-khan commented 11 years ago

Try this file sharing experiment. See how to use SIP, XMPP, XHR, or any other signaling gateway.

Remember, for file hangout experiment; you need to use gateway supporting dynamic channels; e.g. socket.io over node.js etc.