QUOTE(Spyrorocks @ Sat Aug 26 2006, 01:06) [snapback]291182[/snapback]
Hello. how do you place a phone call to a egular number, like 16048238876, using the skype com api?
Thanks help appriciated.
Just use the 11 digit phone number above preceeded by a + so that your string would be +16048238876, and use PlaceCall. In C# the call is ("+16048238876","","","");