For my senior project I am trying to develop an application that calls a list of numbers and plays a pre-recorded message on Skype. Does anyone have experience doing this? I am using VB 2005 as part of Visual Studio 2005 have the numbers in a text file.
I have looked through the developers notes, but I do not think I am getting the full idea of what is to be done. The Developers notes seem to be giving examples for the old .api and possibly using the given code in a chat window???
I'm using the skype4COM and have been unable to find examples of how to "play" the recorded message. I did find the following while trying to program this:
oCall.InputDevice(TCallIoDeviceType.callIoDeviceTypeFile)=filename
but that seems just a bit too simple.
Any insights would be extremely helpful.
Thanks.