Ive build the sample pjsip library for windows phone and successfully registered and made a call.
butproblem is audio is always on speaker phone,not on earpiece ,
can anyone help to make the earpiece the default audio route always ?
Thanks
Ive build the sample pjsip library for windows phone and successfully registered and made a call.
butproblem is audio is always on speaker phone,not on earpiece ,
can anyone help to make the earpiece the default audio route always ?
Thanks
Access to audio routes is only allowed when a "Windows Voip Call" is active. This is achieved by calling the NotifyCallActive method on the VoipPhoneCall object. The VoipPhoneCall object is returned via a call to the RequestNewOutgoingCall method of the VoipCallCoordinator class. I've tried integrating PJSIP into the Windows Phone 8 voip framework but PJSIP is not able to run in the background process. Still trying to figure that one out.