react-native-webrtc / react-native-webrtc/react-native-incall-manager
Ringback tone is same as Ringtone for iOS
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 597
- Forks
- 201
- Avg merge
- 2h 42m
- Merged PRs (30d)
- 1
Description
I'm playing ringbacktone for outbound calls using my application.
InCallManager.start({media: 'audio', ringback: '_DEFAULT_'});
For Android, it's playing tring tring tone but it's not same in case of iOS. I'm getting default ringtone of iPhone in case of ringbacktone as well.
Also, can anyone let me know the process to define custom audio files as ringback/ringtone file?
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 from the InCallManager.start({media: 'audio', ringback: 'DEFAULT'}) entry point and compare the Android and iOS ringback behavior described here. Determine how iOS should distinguish ringback from ringtone and document or support the process for defining custom audio files; done means both behaviors are clarified or corrected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native
- Domain
- audio-video-rtc, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100