4

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?

MattJ
  • 7,924
  • 1
  • 28
  • 33
AntonyManoj
  • 157
  • 1
  • 2
  • 8

2 Answers2

4

There are several projects you should be looking at:

Higher level:

Lower level:

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