recording audio call using Skype?
I need to make a web application that would be able to call a ground phone ( obviously through Skype ) and record the conversation... any ideas, where do I start? 开发者_Python百科( yes, already tried google :) ) can it be done in php?
Thanks!
It sounds like there are a lot of things you haven't thought of yet, but to answer your actual question, you could do part of it in PHP, and start by googling the following:
- skype api
- recording sound with flash
- legality of recording telephone calls by country and state
... and by thinking about what neferious uses people might put your application to...
精彩评论