Reply
Occasional Contributor
contactsearch
Posts: 6
Registered: ‎18-08-2011
Accepted Solution

Dial phone number that not in contact list

Hi,

I am developping dial phone number function in SkypeKit (UX 3.5.3)

Could you provide the sample code for it. Thanks

 

Allen

Please use plain text.
Master Coder
TheUberOverLord
Posts: 865
Registered: ‎19-05-2010

Re: Dial phone number that not in contact list

[ Edited ]

Please see tutorial/step 6: http://developer.skype.com/skypekit/development-guide/cpp-tutorial/the-cplusplus-guide

 

http://developer.skype.com/skypekit/reference/cpp/tutorial_6_8cpp-example.html

 

Note: For telephone numbers please make sure you use a leading + in front of the number when passing it in the command line option.

 

Example: +13125551212

Please use plain text.
Occasional Contributor
contactsearch
Posts: 6
Registered: ‎18-08-2011

Re: Dial phone number that not in contact list

It work. thanks. 

Please use plain text.
Master Coder
TheUberOverLord
Posts: 865
Registered: ‎19-05-2010

Re: Dial phone number that not in contact list


contactsearch wrote:

It work. thanks. 



You are very welcome, glad to help.

Please use plain text.