I have webrtc application and its signalling server is on node.js using socket.io. Now I am going to create android jain sip stack. I want to connect my webrtc application with jain sip application. My question is can I connect jain sip stack, using node.js server with websocket to connect to webrtc application? If Not, then how I build signalling sip server for jain sip stack that connect to webrtc? I search alot about my question but I cannot find any proper guide or forum etc.
EDIT: I have found this stackoverflow link here. But the answer is not clear enough.