hiennguyen92 / flutter_callkit_incoming

Flutter Callkit Incoming
https://pub.dev/packages/flutter_callkit_incoming
MIT License
170 stars 291 forks source link

Voice not audible After Ending Network Call from Other end #525

Open karan-jarvis opened 5 months ago

karan-jarvis commented 5 months ago

Description: Issue: Encountering a problem wherein after switching a network call from normal call hold to unhold, the voices of both parties become inaudible. This issue occurs specifically when another call is received while the initial call is on hold, and the user ends the call form other end during this period.

Expected Behavior: Upon switching the network call from hold to unhold, the audio should resume normally, allowing both parties to hear each other without any issues.

Steps to Reproduce:

  1. Initiate a incoming/Outoing call using plugin
  2. While the call is ongoing, receive another network phone call, putting the first call on hold and accept it.
  3. Network call works properlly and Received end the call from opther end.
  4. So the App VOIP call is on hold and if you unhold it and try to communication voice is not there from both the end.
  5. Notice that the audio becomes not audible for both parties.

Additional Information:

Note: This issue significantly impacts the usability of the plugin and needs urgent attention to ensure a seamless calling experience for users. Your prompt investigation and resolution are greatly appreciated.

kraviAdit commented 5 months ago

We are facing the same issue. If anybody has the solution, please suggest.