react-native-incall-manager icon indicating copy to clipboard operation
react-native-incall-manager copied to clipboard

Handling media-routes/sensors/events during a audio/video chat on React Native

Results 104 react-native-incall-manager issues
Sort by recently updated
recently updated
newest added

While Running react-native run-android It showing react-native-incall--manager:compile debug java with javac error

Note: Recompile with -Xlint:deprecation for details. ..../node_modules/react-native-incall-manager/android/src/main/java/com/zxcpoiu/incallmanager/AppRTC/AppRTCBluetoothManager.java:224: error: cannot find symbol String p = Build.VERSION.SDK_INT >= Build.VERSION_CODES.S ? android.Manifest.permission.BLUETOOTH_CONNECT : android.Manifest.permission.BLUETOOTH; ^ symbol: variable S location: class VERSION_CODES ..../node_modules/react-native-incall-manager/android/src/main/java/com/zxcpoiu/incallmanager/AppRTC/AppRTCBluetoothManager.java:224: error:...

I need to double check with the current release of `react-native-webrtc` but with the M69 work thats now in master branch, ringback works on outgoing calls very briefly and then...

I am working on streaming application which uses `react-native-webrtc` to stream audio and `react-native-incall-manager` to route sound to main/loud speaker. I have an issue where users can't set audio volume...

Possible Unhandled Promise Rejection (id: 2): TypeError: _InCallManager.chooseAudioRoute is not a function. (In '_InCallManager.chooseAudioRoute(route)', '_InCallManager.chooseAudioRoute' is undefined)

Hi, I'm having an issue when I try to stop the ringtone by running the `stopRingtone()` function and it stops all audio. After running this function, I cant talk and...

When I call `InCallManager.startRingtone('_BUNDLE_');` I expect my phone to play the ringtone when I recive an incoming call on IOS. The logs suggest that I called InCallManager.startRingtone('_BUNDLE_'); correctly but I...

Hello, I encounter a problem when I'm testing my app. When I'm starting a audio + video conversation with the Airpods, the sound is correctly broadcast in my ears but...