Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I want to implement a chat(text,Audio and video) application just like skype. Is any API(Free or paid but not sykpe) available for that.
Posted

1 solution

No. And if there was, it would not work in ASP.NET as it can't be done using javascript and HTML alone.
 
Share this answer
 
Comments
Christian Graus 6-Aug-12 3:10am    
I don't know what you're asking. I just told you, html and javascript cannot do what you want. They can do a text chat, but no audio or video. I bet there's articles right here on code project on doing a text only chat in asp.net using javascript. If not, I bet there is on the web somewhere, and google knows where.

Video/audio - forget it, you need flash.
Gaurav K Mishra 6-Aug-12 4:06am    
thanks for reply

Actually we are using skype. In that chatting data are not automatically saved in our database, So it is performed by manually. We want a application in which all data should be stored in our database. Is It possible by using skype ddl with asp.net4.0 c#.
Christian Graus 6-Aug-12 4:20am    
I have no idea - read the documentation and see if they give you callbacks to data you can store.
Gaurav K Mishra 6-Aug-12 4:34am    
thanks

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