As we know, MS announced that there will be native support of VOIP in WP8 and as per statement there is one new API added under this namespace "Microsoft.Phone.Networking.Voip" and it has some Methods too. Is someone worked on VOIP in WP8 and used the native libraries to make SIP calls. Or we need to use some third party native libraries to make SIP calls.

有帮助吗?

解决方案

The VoIP API doesn't come with any specific communication APIs, it's merely a API for integrating into the phone service for getting incoming calls while the application is not running, and running calls while the application is in the background.

You'll have to integrate all other features, such as PUSH, Audio Routing, etc. yourself on top of the API that the WP8 SDK provides.

So to initiate SIP calls, you'll need your own native library, and integrate the WP8 VoIP API on top of that.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top