-
Notifications
You must be signed in to change notification settings - Fork 459
Incoming call UI not displaying. #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Have you tried uuid.v1() function ? |
Hi @jaswantjatav, |
Hi @moisesynfam This is what I am using RNCallKeep.displayIncomingCall(uuid.v4(), '44534534543', 'jaawant','number', true); |
@jaswantjatav has the phone accepted the permissions required ? On Android have you accepted to add the phone account ? Have you used |
@manuquentin actually I am running it on iPhone and yet I did RNCallKeep.setup , but I can't see the incoming call screen. |
@manuquentin please include all lib and framework as per document on git , I also got stocked and now I fixed this issue by referring the document to install this plugin. |
Hi @jaswantjatav, Emmanuel |
Hi @jaswantjatav, I hope this will solve your problem! |
Hi guys, I have the same problem. After RNCallKeep.setup I try to show incoming call UI by |
Hi guys, actually I had mistake during installation. According documentation I should open @jaswantjatav may it can help you. |
Hi guys, I have the same issue. RNCallKeep.displayIncomingCall work good if app active or background, but if app killed RNCallKeep.displayIncomingCall not show. |
Hi @bmp123 @jaswantjatav, |
@manuquentin PR helped |
Ok good 👌 Can I close this issue ? |
Closing! |
Hi,
I am using this plugin to show incoming video call ui into react-native, I am trying to display a incoming call UI as per document I used this function after installing plugin and linked.
I also tried old comments on display incoming call and follow instructions but there was no luck.
I also updated this into RNCallKeep.m file
callUpdate.hasVideo = hasVideo;
Please help me , as it is not showing any error so can't fix it.
Thanks in advance.
The text was updated successfully, but these errors were encountered: