I'm trying to learn to develop SIP client for Windows Phone 8.1 (following this example).
The example mentions to call:
Windows.Phone.Networking.Voip.VoipCallCoordinator.RequestNewOutgoingCall()
to perform outgoing call. However, from the documentation, RequestNewOutgoingCall is to "Notifies the system of a new outgoing call." Not to connect to the actual SIP server.
Anyone knows how to connect to the desired SIP server? Thanks.