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

Handling media-routes/sensors/events during a audio/video chat on React Native
ISC License
555 stars 193 forks source link

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

Open yasir-syed opened 3 years ago

yasir-syed commented 3 years ago

"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);
yasir-syed commented 3 years ago

@cristiantx @saghul @y00rb @waldyrious any help?