I am working on a node.js application having audio and video conferencing feature. I am using google WebRTC api for audio/video conferencing.
Now I want to configure my application with SIP Server. How can I use sip.js library for SIP configuration.
I have installed Office SIP server on my machine. Can I use sip.js library with Office SIP server ?
How can I configure onsip server and sip.js api with WebRTC ?
I have created an account on onsip.com and create 2 users there. Using their sipuri I am able to configure calling demo on my machine. Now I want to add more users directly from javascript.
Is there any way to add users to onsip account using javascript ?
Thanks in advance.
Regards,
Chetan Bharti