hiennguyen92 / flutter_callkit_incoming

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

Device volume button not working after showing call kit! #573

Closed Technozer closed 3 months ago

Technozer commented 3 months ago

Issue Description: After integrating the flutter_callkit_incoming package into my Flutter application, the volume control buttons (volume up and down) on Android devices stop functioning when a call is active. This issue occurs only after using the package to initiate or receive a call.

Expected Behavior: The volume control buttons should continue to function normally even when a call is active.