Video calling with sip connection in ios.

shraddha

New Member
Hello,
I made ios VoIp app.i am using this sdk for video calling .
So before video calling ,i required sip connection. Currently i am using pjsip ios library for sip connection.
1) First i required SIP connection.so any idea how to connect SIP first then generate video Stream?
2) How to get server websocket URL? ,For getting websocket URL i tried many commands but not work any command.
3) Flashphoner library for ios is paid or free?
Please help me for solved this issue. for above issue i will get solution urgent bases.so please help me as soon as possible.
Thanks,
 

Max

Administrator
Staff member
Hello
First i required SIP connection.so any idea how to connect SIP first then generate video Stream?
Did you check our iOS sample Phone
https://github.com/flashphoner/wcs-ios-sdk-samples/tree/master/WCSExample/PhoneMin
First of all you have to build samples (Phone) and test if it works.
You can find building instructions on the SDK page: https://flashphoner.com/wcs-ios-sdk
How to get server websocket URL? ,For getting websocket URL i tried many commands but not work any command.
You have to install your own WCS-server on a Linux host. Then you will able to connect to your server using the websocket url: wss://yourdomain:8443
Flashphoner library for ios is paid or free?
The library is not free. You have to get WCS server license and deploy your own WCS-server to get this library working in production. It does not work without WCS-server.
 
Top