You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 26, 2019. It is now read-only.
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.