Martin F.

Results 11 comments of Martin F.

If you are facing the same issue. You want to call RNCallKeep.reportConnectedOutgoingCallWithUUID(callUuid); when you connect the call. This gives you Outgoing call / Cancelled Call logging in the call Hystory....

You have pointed my the right direction. This is how I have forced the camera use the highest possible resolution. Camera.Size maxRes = getOptimalResolution(previewRatio, getPictureResolutionList()); if (maxRes != null) {...

I have played with the captureQuality while forcing the camera take the highest resolution picture and it seams not to have any effect on the speed of capturing the picture,...

Thank you for the advice. My friend has tested for me the app on Samsung S10E (Android10). The detection seams to be way off. By his description he did not...

The whole thing has been done with out forcing the max resolution. I have been using fresh install with no changes in the Java files. We have run some more...

Hi mate. The rectangle is on right spot now, I missed previewRatio={previewSize} in RectangleOverlay. Still having Issues with the preview size. It seams that S10E gives incorrect height of the...

yes, the real S10E gives the "height": 673.3333333333334 and emulator with the same dimensions gives "height": 712 and from there everything is affected.

Has anyone find fix or way around this issue?

I managed to get it working when the deeplinking is in event listener ```ts RNCallKeep.addEventListener('answerCall', async () => { Linking.openURL('aculabwebrtcdemo://videoCallScreen').catch(() => {}); RNCallKeep.removeEventListener('answerCall'); }); ```

A little update, I have run few more tests and none of the event listeners are triggered on Android.