flutter-webrtc / callkeep

iOS CallKit and Android ConnectionService for Flutter
MIT License
130 stars 139 forks source link

Play audio when Callkeep shows for outgoing call while awaiting answer (Android) #158

Open amilcar-uptech opened 1 year ago

amilcar-uptech commented 1 year ago

Hello. I'm using Callkeep to show users incoming and outgoing calls. However, for the latter, I need to play some sort of audio to let the user know that the call is indeed ringing and is just awaiting a response from the callee. Is there a way to achieve this? Cheers.

melio-matt commented 1 year ago

Hello, did anyone get this to work. My app also works on Mac and Windows and there I play a ringing sound myself using the package audioplayers. When on Android this code is still being executed but seems to be silenced when I call callkeep.startCall. I've tried stopping and resuming the playback of the ringing sound in the CallKeepDidActivateAudioSession callback but still silence.