react-native-callkit icon indicating copy to clipboard operation
react-native-callkit copied to clipboard

No audio when running `startCall`

Open rcidt opened this issue 7 years ago • 2 comments

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.

rcidt avatar Sep 06 '18 20:09 rcidt

@rcidt have you fixed this

saikiranoptisol avatar Feb 25 '19 10:02 saikiranoptisol

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)

glocore avatar Feb 28 '19 13:02 glocore