react-native-webrtc / react-native-webrtc/react-native-callkeep
How to deal with merging/grouping two calls?
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 511
- Avg merge
- 9h 12m
- Merged PRs (30d)
- 2
Description
Scenario:
In 3 way call, when one call is on hold and another call is active. How to merge both calls?
Unable to find relevant APIs in RNCallKeep.
In Native iOS:
//Inform CallKit to merge calls
let groupCallAction = CXSetGroupCallAction(call: heldCallUUID, callUUIDToGroupWith: activeCallUUID)
let transaction = CXTransaction(action: groupCallAction)
CXCallController().request(transaction)
//Callback
func provider(_ provider: CXProvider, perform action: CXSetGroupCallAction) {
//Do changes to proceed further
}
Thanks in advance.
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 by checking RNCallKeep's available call-grouping APIs and comparing them with the shown iOS CXSetGroupCallAction flow. Done would be a confirmed supported approach or a clearly documented limitation and next step for merging a held and active call.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, swift
- Domain
- audio-video-rtc, mobile
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100