react-native-callkeep
react-native-callkeep copied to clipboard
iOS CallKit framework and Android ConnectionService for React Native
Hi, sorry about my English. Can the dial be used in a normal call(GSM)? Example when I receive a normal (GSM) call, can I use this component to customize the...
Hello guys, I am using `react-native-callkeep` lib for a calling app and it’s working fine in iOS but in Android it’s not working `RNCallKeep.displayIncomingCall(callUUID, '', callerName)` Doesn’t works for android....
Anyone luck with video call and turn on speaker. Currently audio ouput is small for video call it seem using earIn ``` const routes = await RNCallKeep.getAudioRoutes(); console.log('DEBUG routes', routes,...
# Bug report - [x] I've checked the [example](https://github.com/react-native-webrtc/react-native-callkeep/tree/master/example) to reproduce the issue. - Reproduced on: - [ ] Android - [x] iOS ## Description I am able to ring...
Fixes issue 406: Use Objective-C Key Value Coding(KVC) to sync _RTCEventEmitter_ `_listenerCount`.
Fixes issue 406: Use Objective-C Key Value Coding(KVC) to sync _RTCEventEmitter_ `_listenerCount`. (see https://github.com/react-native-webrtc/react-native-callkeep/issues/406). Here we use KVC to synchronize _RTCEventEmitter_ `_listenerCount` to make sure it is always valid, and...
# Bug report - [ ] I've checked the [example](https://github.com/react-native-webrtc/react-native-callkeep/tree/master/example) to reproduce the issue. - Reproduced on: - [ ] Android - [x] iOS ## Description Issue specific til RN...
# Bug report - [ ✓] I've checked the [example](https://github.com/react-native-webrtc/react-native-callkeep/tree/master/example) to reproduce the issue. - Reproduced on: - [✓ ] Android - [ ] iOS ## Description backToForeground does not...
- Reproduced on: - [x] Android ## Description In android when you make an outgoing call it shows the system call UI. Can we show custom call UI?
# Bug report - [ ] I've checked the [example](https://github.com/react-native-webrtc/react-native-callkeep/tree/master/example) to reproduce the issue. - Reproduced on: - [ ] Android - [ ] iOS ## Description ## Steps to...
# Bug report - Reproduced on: - [✔️] Android - [ ] iOS ## Description selfManaged: true, when I call startCall() without sim it displays the attached picture and does...