I am developing a web application for video conference using XMPP and WebRTC. How to integrate WebRTC with a local XMPP server as a signaling server?
Asked
Active
Viewed 4,072 times
4
-
What solution did you keep ? Thx :) – lmo Dec 30 '14 at 13:39
2 Answers
4
There are several projects you should be looking at:
Higher level:
Lower level:
- strophe.jingle (use with Strophe.JS)
- jsjac-jingle (use with JSJaC)
All should work with any XMPP server, all you need is a BOSH HTTP endpoint for them to connect to, which may be provided by your XMPP server or a separate BOSH connection manager.

MattJ
- 7,924
- 1
- 28
- 33
-
Hey i am also developing a android application for video conference using XMPP and WebRTC ...can you please tell me the way to use goWebRTC in my code ...thanks – sid Jul 29 '15 at 06:34
1
I can recommend Otalk as bulk of tools for making web-baset IM applications.
Their Github profile: https://github.com/otalk

dmnc
- 966
- 1
- 9
- 19