Closed
Description
If your app is able to handle multiple calls, how do you decide which to terminate? Lets say you have an active call and and inbound call.
How do you know which call is being ended? Should we be using
ACTION_HANGUP_CALL
and ACTION_REJECT_CALL
Feels like I can take a stab at doing the right thing but there will be edge cases where I'm unable to choose which call I should be ending - right?
Or can we get a callId in the event like there is on ios - which would make this like for like