Skip to content
This repository has been archived by the owner on May 26, 2019. It is now read-only.

No audio when running startCall #57

Open
rcidt opened this issue Sep 6, 2018 · 2 comments
Open

No audio when running startCall #57

rcidt opened this issue Sep 6, 2018 · 2 comments

Comments

@rcidt
Copy link

rcidt commented Sep 6, 2018

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.

@saikiranoptisol
Copy link

@rcidt have you fixed this

@glocore
Copy link

glocore commented Feb 28, 2019

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants