react-native-callkeep
react-native-callkeep copied to clipboard
iOS CallKit framework and Android ConnectionService for React Native
# Bug report When i create outgoing call on my test android without sim he show error "Not registered on network." How i can create call without sim only in...
I followed the setup steps for React Native CallKeep, but after running: - Reproduced on: - [ /] iOS - Callkeep: ^4.3.14 - React Native: 0.75.4 - iOS: 15.8.3 -...
Hi guys, I am using react-native-callkeep for using native call screen it’s working fine but when user want’s to end the call and at this moment i am using these...
# 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: - [ ] iOS ## Description Im building an Video call app which...
Added implemenation for Android with Kotlin for the files below: - MainActivity.kt; - MainApplication.kt
Error: Exception in HostObject::get for prop 'RNCallKeep': com.facebook.react.internal.turbomodule.core.TurboModuleInteropUtils$ParsingException: Unable to parse @ReactMethod annotations from native module: RNCallKeep. Details: Module exports two methods to JavaScript with the same name: "startCall at...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
com.facebook.react.internal.turbomodule.core.TurboModuleInteropUtils$ParsingException: Unable to parse @ReactMethod annotations from native module: RNCallKeep. Details: Module exports two methods to JavaScript with the same name: "displayIncomingCall at com.facebook.react.internal.turbomodule.core.TurboModuleInteropUtils.getMethodDescriptorsFromModule(TurboModuleInteropUtils.kt:44) at com.facebook.react.internal.turbomodule.core.TurboModuleManager$Companion.getMethodDescriptorsFromModule(TurboModuleManager.kt:403) at com.facebook.react.internal.turbomodule.core.TurboModuleManager$Companion.access$getMethodDescriptorsFromModule(TurboModuleManager.kt:389) at com.facebook.react.internal.turbomodule.core.TurboModuleManager.getMethodDescriptorsFromModule(Unknown...
Experiencing same as reported here https://developer.apple.com/forums/thread/783870 , using callkeep, anyone else seeing this?
Here is my code callkeep.js import {Linking, PermissionsAndroid} from 'react-native'; import {endpoints, httpRequestPost} from './function'; import renderToast from './renderToast'; export const options = { ios: { appName: 'app', supportsVideo: false,...