performAnswerCallAction not called
Closed this issue · 8 comments
When I click Answer button from Notification, no event called.
Support me earliest to release application.
Is there any option to use a custom widget in the incoming call UI?
@ravivlb what API are you using? displayIncomingCall
or displayCustomIncomingCall
?
@omar-khaium currently, on iOS the native CallKit UI is displayed for incoming calls and it's not possible to show custom UI. For Android you can use displayCustomIncomingCall
to assign an activity to be shown on the lock screen. This can of course use Flutter but you have to set that up separately. At Done, we are using a very simple native activity for the call UI on Android.
@MrAlek displayCustomIncomingCall and its shows notification with actions (not working).
@ravivlb I can help if you paste code for how you're using the:
- displayCustomIncomingCall
- the code of the class that's passed as to displayCustomIncomingCall
@MrAlek displayCustomIncomingCall and its shows notification with actions (not working).
did you get any code to solve this issue.
How can we add listeners to action from Android part when we click answer and forward it to flutter part so that the call can be handled to open a specific meeting page or video screen in my app. Any help would be appreciated.
Package has been significantly updated since this issue, if the issue still presists please feel free to re-open.