Page 1 of 1

SipSorcery UWP compatible

Posted: Thu May 26, 2016 9:17 am
by gmarchionni
Hi,

is there any change that there will be a Sip client compatible for UWP? (Windows 10 IOT for example.)

Thanks
Giulio

Re: SipSorcery UWP compatible

Posted: Thu May 26, 2016 11:27 am
by Aaron
The core SIP stack would most likely be suitable for UWP but if you're hoping to build a fully fledged softphone then you'd have to check whether the audio/video codecs are available in the .Net UWP libraries.

Re: SipSorcery UWP compatible

Posted: Thu May 26, 2016 5:54 pm
by gmarchionni
at the moment is not possible to include it in a project targeting windows 10 uwp because some of the libraries are not available in the core framework....and it would need a portable library.....

Re: SipSorcery UWP compatible

Posted: Fri May 27, 2016 9:00 am
by Aaron
Yes it would need a bit of work to support UWP.

I have previously built the sipsorcery core to run on Silverlight and I suspect that Silverlight runtime is more limited than the UWP one.