Roger Travis
Roger Travis

Reputation: 8548

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? ( yes, already tried google :) ) can it be done in php?

Thanks!

Upvotes: 3

Views: 1216

Answers (1)

Colin Pickard
Colin Pickard

Reputation: 46663

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...

Upvotes: 4

Related Questions