When I initiate an outgoing call from within my app, I call the startCall method (to register the call on the ios call history log). When I do this, I do not get audio (on either end of the call).
When I capture a network packet trace, I don't see any RTP being sent out by the device. My guess is, startCall is suppressing the audio.
Call audio works perfectly when no calling startCall.
When I initiate an outgoing call from within my app, I call the
startCallmethod (to register the call on the ios call history log). When I do this, I do not get audio (on either end of the call).When I capture a network packet trace, I don't see any RTP being sent out by the device. My guess is,
startCallis suppressing the audio.Call audio works perfectly when no calling
startCall.