Hi, I want to do web (HTML5 + WebRTC) Sip client which can do the video conference with multiple users. Current release of SIPML http://www.sipml5.org/ does 1 to 1 call.
I have no idea of conference with many users. Is it the client that we need to modify to accept call and join the conference ? Do I need to send INVITE with extra parameters ?
Please advice me.
Best Regards, Roy.
Hello,
On 12/19/12 2:28 AM, Raj Roy Ghandhi wrote:
Hi, I want to do web (HTML5 + WebRTC) Sip client which can do the video conference with multiple users. Current release of SIPML http://www.sipml5.org/ does 1 to 1 call.
I have no idea of conference with many users. Is it the client that we need to modify to accept call and join the conference ? Do I need to send INVITE with extra parameters ?
the client can do the mixing and act as a conference bridge -- many classic sip phones do 3-way conferencing. You have to update yours if you want the same. There is nothing that has to be in the INVITE, the user will decide when to bridge.
Alternative is to use a dedicated software as conference bridge (like asterisk, freeswitch or sems), where each participant has to dial a specific number for the conference room.
Cheers, Daniel
Please advice me.
Best Regards, Roy.
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
On 12/19/2012 02:28 AM, Raj Roy Ghandhi wrote:
Hi, I want to do web (HTML5 + WebRTC) Sip client which can do the video conference with multiple users. Current release of SIPML http://www.sipml5.org/ does 1 to 1 call.
I have no idea of conference with many users. Is it the client that we need to modify to accept call and join the conference ? Do I need to send INVITE with extra parameters ?
Please advice me.
Best Regards, Roy.
Check out MCU Media Server: http://sourceforge.net/projects/mcumediaserver/ Or you can try setting up an MCU in conjunction with webrtc2sip (http://webrtc2sip.org).
Regards,
Jeremy