Mike

Results 4 comments of Mike

How about in android? does it work? https://github.com/react-native-webrtc/react-native-callkeep/issues/339

Yes, I have tried these methods(endCall(), endAllCall()) to dismiss the call in "answerCall" listener but incoming UI is still displayed too. Have you solved this problem yet?

> Quick Fix: Add this to your `react-app-env.d.ts` file > > ``` > declare module 'use-react-screenshot' { > declare > useScreenshot > export { useScreenshot } > } > ```...

> The usage in this repository is good for root level routes only. If there are some nested routes (which are also lazy loaded..), then the fallback value for `React.Suspense`...