You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
FlutterIncomingCall.endAllCalls();
FlutterIncomingCall.endCall(...);
These functions are not canceling current (income) call.
The connection is still going, the phone call is still going.
To Reproduce
Call your phone or take a call with your phone.
Use FlutterIncomingCall.endAllCalls(); or FlutterIncomingCall.endCall(...);
Nothing is happen, the call is not finishing by FlutterIncomingCall code.
Expected behavior
Immediately stop the phone call programmatically.
Screenshots
nothing to show
Please complete the following information:
Device: Samsung
OS: android 11
dart 2.16
flutter 2.8
Additional context
Add any other context about the problem here.
I worked under Android native. Hang up a current phone call is working well by this code below.
My code in android java. Please fix your flutter plugin.
Describe the bug
FlutterIncomingCall.endAllCalls();
FlutterIncomingCall.endCall(...);
These functions are not canceling current (income) call.
The connection is still going, the phone call is still going.
To Reproduce
Call your phone or take a call with your phone.
Use FlutterIncomingCall.endAllCalls(); or FlutterIncomingCall.endCall(...);
Nothing is happen, the call is not finishing by FlutterIncomingCall code.
Expected behavior
Immediately stop the phone call programmatically.
Screenshots
nothing to show
Please complete the following information:
Additional context
Add any other context about the problem here.
I worked under Android native. Hang up a current phone call is working well by this code below.
My code in android java. Please fix your flutter plugin.
The text was updated successfully, but these errors were encountered: