Help - Search - Members - Calendar
Full Version: Make call, play mp3, hang up?
Skype Community > English > Development, Betas and Skype Garage > Skype Public API
sglebs_
Hi,

Is it possible, via the Skype API, to make a call to a phone number, then play an audio file (WAV or mp3) into this call, and then hang up?

Example:

1) call 123-4567
2) play an m3 file that says "Mr Smith, your car is fixed and ready for pickup"
3) hang up


I was looking at the APIs and didn't see anything to pump audio into a call, programatically? Thanks,

marcio
TheUberOverlord
Yes, kind of an inverted example here, instead of answering with a message once your call is answered, play the message, more here:

http://skypejournal.com/downloads/2005/001...TheSkypeAPI.pdf
Lord Hue
QUOTE(ZOverLord @ Fri May 26 2006, 04:22) [snapback]255177[/snapback]

Yes, kind of an inverted example here, instead of answering with a message once your call is answered, play the message, more here:
http://skypejournal.com/downloads/2005/001...TheSkypeAPI.pdf


The link doesn't work, any chance of getting a revised link?
TheUberOverlord
QUOTE(Lord Hue @ Thu Feb 8 2007, 21:01) [snapback]356970[/snapback]

The link doesn't work, any chance of getting a revised link?


In C# the synax would be:

CODE

call.set_InputDevice(TCallIoDeviceType.callIoDeviceTypeFile, "intro.wav");        

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.