Closed rcorrie closed 6 years ago
3.1.0
pjsua_call_make_call should properly open sound device and place the call
pjsua_call_make_call
pjsua_call_make_call fails with Unable to open sound device: Unknown error 506637 [status=506637] and the call is not made
Unable to open sound device: Unknown error 506637 [status=506637]
This only happens when running on a real device. When testing in the simulator, everything works perfectly.
Before failing, PJSIP tries to open the sound device on various clock rates, and each one fails with AUIOClient_StartIO failed (-66637).
AUIOClient_StartIO failed (-66637)
Please close, this was an issue with another library that wrapped this one.
hi, can u provide any example? thanks
Version
3.1.0
Expected behaviour
pjsua_call_make_call
should properly open sound device and place the callActual behaviour
pjsua_call_make_call
fails withUnable to open sound device: Unknown error 506637 [status=506637]
and the call is not madeStacktrace / Error message
Unable to open sound device: Unknown error 506637 [status=506637]
Other info
This only happens when running on a real device. When testing in the simulator, everything works perfectly.
Before failing, PJSIP tries to open the sound device on various clock rates, and each one fails with
AUIOClient_StartIO failed (-66637)
.