react-native-webrtc / react-native-webrtc/react-native-callkeep
endCall function doesn't triggered when call ended
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 511
- Avg merge
- 9h 12m
- Merged PRs (30d)
- 2
Description
Bug report
-
I've checked the example to reproduce the issue.
-
Reproduced on:
-
Android
Steps to Reproduce
Versions
- Callkeep: 4.0.1
- React Native: 0.63.3
- iOS:
- Android: 10
- Phone model: Pixel 3 (Simulator)
Logs
const endCall = ({ callUUID }: any) => {
console.log(`[endCall] ${callUUID}`);
alert(callUUID);
};
useEffect(() => {
RNCallKeep.addEventListener('endCall', endCall);
}, []);
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the example linked in the report and the RNCallKeep.addEventListener('endCall') registration shown in the issue. Reproduce on Android 10 with Callkeep 4.0.1, React Native 0.63.3, and the Pixel 3 simulator; done means the handler logs and alerts the callUUID when the call ends.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, javascript, react-native
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100