react-native-webrtc / react-native-webrtc/react-native-incall-manager

iOS 15, when phone is sleep mode, call tone plays if the phone is on silent switch

Open
#171 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
597
Forks
201
Avg merge
2h 42m
Merged PRs (30d)
1

Description

"react": "16.9.0",
"react-native": "0.61.5",
"react-native-incall-manager": "^3.3.0",

iOS 15, when phone is sleep mode, call tone plays if the phone is on silent switch, on rest of the phones, when call is received the phone only vibrate

  InCallManager.start({media: 'audio'});
  InCallManager.startRingtone('_BUNDLE_');
  Vibration.vibrate(PATTERN, true);

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the behavior on iOS 15 with the shown InCallManager.start and startRingtone calls while the device is in sleep mode and the silent switch is enabled. Compare it with other phone states and verify that an incoming call vibrates without playing the ringtone when silent mode applies.

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
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.