Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello,
we have web application in which we want to implement voip facility so that user can call to there customers and details of calling stored in our database, so do anyone have idea how to do that, is there any API by the help of which we can implement this
thanks
Posted
Updated 14-May-13 23:35pm
v2

1 solution

You have a few possibilities for this:

Flash based such as red5phone
-pros: flash is present in almost all desktop browsers
-cons: a costly media server is needed

Java applet such as jain or webphone
-pros: no any intermediary media server is needed
-cons: java have to be enabled in the browser

Webrtc based such as sipml5 or HTML5WebRTC
-pros: this is the new trend
-cons: still not supported by the majority of the browsers now in 2014

Native such as NPAPI or ActiveX
-pros: performance (same as a native executable)
-cons: not cross platform, blocked by default by the browsers
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900