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 has been 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.
The text was updated successfully, but these errors were encountered:
You'll need to wait for the didActivateAudioSession event to fire before actually accepting the call, otherwise your library may fail to get control over the audio. (issue comment)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
.The text was updated successfully, but these errors were encountered: