Hi all,
I need to implement a WebRTC gateway for an existing conference bridge. The WebRTC gateway has to support Signaling, ICE, DTLS-SRTP. The webrtc clients can be JsSIP or any JSON based webrtc client.
The conference bridge is an existing working one for SIP clients, and I am trying to add webrtc support for that.
The webrtc gateway needs to be implemented in a way like a library because it needs to be integrated into the existing platform.
There are some init functions and config function from the existing conference platform, based on which the webrtc gateway has to be configured.
Also, when a webrtc call come from a webrtc client, it needs to handle the signaling and the media(RTP) has to go to the conference bridge platform.
Do you have some suggestion on whether overSIP can be used for this purpose?
Your suggestions will be helpful.
Thanks.