Friday, December 28, 2012

SkypeCall from Windows8 Xaml

hi,

I got oppertunity to integrate skype call over windows8 through XAML.

Till date no SKD is avaiable to integrate this using XAML or C# in windows8. then what could be solution - ???

The simplest solution-
  • invoke web browser using XAML (I used webView control for this)
  • on page load of invoked URL write windows.location.href = callto:
Enjoy :)