Commit ba637f8
committed
fix(voip): add missing RNCallKeep.endCall on user hangup before answer
When the user ended an incoming call before it connected,
handleObservedCallChanged sent the REST reject but never notified
CallKit to remove the call from the system Recents UI.
Also deduplicate MediaCallsAnswerResponse with MessageResponse.1 parent 4b43763 commit ba637f8
2 files changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
595 | 595 | | |
596 | 596 | | |
597 | 597 | | |
| 598 | + | |
598 | 599 | | |
599 | | - | |
600 | | - | |
| 600 | + | |
| 601 | + | |
601 | 602 | | |
602 | | - | |
| 603 | + | |
603 | 604 | | |
604 | 605 | | |
605 | 606 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
| 41 | + | |
0 commit comments