androidwebrtcsipjain-siprestcomm

Using Restcomm SIP & Webrtc without the platform


I am looking for a way to use SIP as signalling protocol for Webrtc in Android. I saw the RestComm open source code and I think it fits my needs. But I already have the infrastructure setup for TURN and SIP server. We use FreeSwitch for that purpose. My Question is, is it possible to use the restcomm android sdk with a infrastructure that is not from restcomm platform? Will it work?

Is there any other library or way that could be used for the purpose? Infrastructure is fixed and couldn't be changed. I need webrtc with SIP or SIP over websocket as the signalling method.


Solution

  • Restcomm Android SDK essentially offers VoIP functionality using SIP for signaling and WebRTC for media, so you shouldn't have any issues integrating with different server components.

    Notice though that so far it's tested with Restcomm platform for the most part.

    For more information on how to do that you can check Quickstart Guide and also refer to the code for Hello World and Olympus Apps