react-native-callkeep icon indicating copy to clipboard operation
react-native-callkeep copied to clipboard

iOS CallKit framework and Android ConnectionService for React Native

Results 282 react-native-callkeep issues
Sort by recently updated
recently updated
newest added

const setAudioDevice = async (data, roomId) => { try { const setAudio = await RNCallKeep.setAudioRoute(roomId, data); getListDevices(); } catch (error) { console.log(error); } };

I received VOIP push notification in IOS device and display incoming call screen over lock screen when device is locked. When i unlock device through slide to unlock and end...

# 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...

Hi everyone, after hours of trying to solve this, I ask for advice here, out of options. Thanks in advance for your help ! # Bug report - [ ]...

# 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 In Android 11, setting RNCallkeep.setCurrentCallActive(uuid)...

# 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...

We want to use CallKeep without requesting READ_PHONE_STATE permissions on Android, which should be possible if we're in self managed state. However, the connection creation code in `VoiceConnectionService` always tries...

# 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: - [x] Android - [ ] iOS ## Description I'm trying to answer incoming...

# 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 answers call not open app...