react-native-webrtc / react-native-webrtc/react-native-incall-manager
I am not able to make custom Ringback tone for iOS Setup in React-native
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: 'BUNDLE'});
For Android, it's playing Customs tone working but it's not same in case of iOS. I'm getting default ringtone of iPhone but need to used custom tone.
Also, can anyone let me know the process to define custom audio files as ringback file? and how to set custom tone in iOS side ?
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 at InCallManager.start({media: 'audio', ringback: 'BUNDLE'}) and inspect the iOS ringback handling alongside Android's custom-tone path. Determine how custom audio files are expected to be bundled and configured on iOS, then verify that outbound calls use the custom tone rather than the default iPhone ringtone.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, react-native
- Domain
- audio-video-rtc, mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100