-
Hi, we are using RNCallkeep for integrating our webrtc calls. When a caller starts a call, we send a request to our backend server and then we receive a response from firebase with the required payloa…
-
I'm very curious about VCS impl internals in server rendering env after reading daily blog articles, now i see, it's just rendering React JSX components to canvas2d (so display list just mapped to ctx…
-
While having an ongoing Video call, or an ongoing Audio call. The phone begins to Heat Up massively. It gets extremely hot which is bad for UX.
Also, there is another problem in that **battery life…
-
```
[RNCallKeep reportNewIncomingCall:uuid handle:handle handleType:@"generic" hasVideo:false localizedCallerName:callerName fromPushKit: YES payload:nil];
```
I need to get data from payload i…
-
Hello everyone) After updating to the latest version of the program, there were a lot of crash reports with the following error:
```
Exception com.facebook.react.bridge.ObjectAlreadyConsumedExceptio…
-
so just I’m importing this and getting this error ERROR TypeError: Cannot read property 'enumerateDevices' of undefined, js engine: hermes
-
Hi,
I have implimented react-native-callkeep 4.3.3. when I get call It will show me call screen where I can receive or reject call.
When I accept a call it should redirect to my app instead stay …
-
Is running the app on actual IOS device via XCODE considered running it on an emulator?
-
the section in AndroidManifest.xml does not look right:
```
```
namely the `uses-feature` part for camera and autofocus. This is …
-
application works fine with ```minSdkVersion = 24``` but if i lower the ```minSdkVersion = 21``` it crashes on join meeting.
I want my app to be available to most of the users. Any guess why is it c…