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

This repo has been moved to https://github.com/react-native-webrtc/react-native-incall-manager

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

I am implementing a WebRTC calling feature in a react native mobile app, and using this package for in-call management, but facing one issue specifically on iOS when a call...

Is there any plan to make this native module compatible with the new expo-dev-client ? Like the community already did with [@react-native-voice/voice](https://docs.expo.dev/clients/getting-started/#customizing-your-runtime) The exemple is here : https://github.com/react-native-voice/voice/blob/master/plugin/src/withVoice.ts If it's...

Hello, I have implemented a video call app with webrtc and incall-manager in react native. On Android everything works great, but on IOS I have problems with the sound. The...

At first its working but as soon as I trigger forcespeakeron it stops working. How can I trigger audio route to bluetooth headset?

setSpeakerphoneOn and setForceSpeakerphoneOn not working on android 11 when set speaker, the earphone sounds a little bit less, and the speaker no sound. android 10 is working well.

Hello! How I can realize speakeroptions on iOS, when I have connected devices via bluetooth (AirPods, iMac, car)? Or how can choose one of this devices after connected? Thanks

according to android support library package here https://developer.android.com/topic/libraries/support-library/packages ``` Note: Prior to Support Library revision 24.2.0, there was a single v4 support library. That library was divided into multiple modules...

I was looking at `setKeepScreenOn` and `setSpeakerphoneOn`. Only the latter is supported by iOS. What is the difference and what does `force` mean in this context?

I'm getting this error on android when calling InCallManager.setForceSpeakerphoneOn(true). On iOS it works. The permission is granted ![image](https://user-images.githubusercontent.com/15860950/69169087-0c22dd00-0af8-11ea-9862-2f37f6fd9f6f.png)

Hey while outgoing call, the default ringtone is ringing as if I am getting a call rather than an outgoing ringtone. Can we fix it?