react-native-callkeep
react-native-callkeep copied to clipboard
iOS CallKit framework and Android ConnectionService for React Native
The volume up/down buttons on the device do not respond when there is an incoming call in self managed mode. They respond when the incoming call is answered and the...
# 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 When using `RNCallKeep.setAudioRoute(systemId, routeName)`, if...
# Help needed - [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 The headless task RNCallKeepBackgroundMessage for...
I'm using self managed mode for android. I'm using react-native-firebase to listen for fcm messages and Notifee to register a foreground service and build notifications. Here's what I'm doing in...
Fixes #748. As described in that issue, `getAudioRoutes()` currently returns a `Promise`. It should be returning `Promise` [as described in the documentation](https://github.com/react-native-webrtc/react-native-callkeep#getaudioroutes) and [the Java module](https://github.com/react-native-webrtc/react-native-callkeep/blob/cc308ce2ed33bcc12ef1ef95468f4a81de7d6d4e/android/src/main/java/io/wazo/callkeep/RNCallKeepModule.java#L856).
- Reproduced on: - [x] Android - [ ] iOS ## Description I run RNCK in self-mode. ``` const initializeCallKeep = async () => { const iosSetup = { appName:...
# 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 We are seeing some Crashlytic...
# 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 Calling the `setMutedCall` method on...
# 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 - [x] iOS Above are essentially N/A, this is a definitions...