react-native-voip-call
react-native-voip-call copied to clipboard
Notification Not hidden after accepting call
call notification not hidden if i am answering the call and decline button not listen
Same problem
@arbabr96 you must call RNVoipCall.endAllCalls()
when user answers call
@maxsolovev Solution worked thanks.
@arbabr96 you must call
RNVoipCall.endAllCalls()
when user answers call
The solution works if the app is in the background or foreground, but if the app is closed, I have to click twice, as the first time I tapped on Answer
button the app opened, and the onCallAnswer
will not be fired yet. is there any clue to solve that