Skip to content
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

Added unregistration for android #195

Closed

Conversation

ro-mgh
Copy link

@ro-mgh ro-mgh commented Apr 5, 2021

This PR is addressed to add new feature of unregistration on android device. This feature was tested in our app - now it works correct.

#172 - initial issue, and the same problem occured in our project.

@jdegger
Copy link
Collaborator

jdegger commented Apr 6, 2021

Thank you for your PR(s)! We will test and review them ASAP.

@jdegger jdegger requested a review from fabriziomoscon April 8, 2021 06:20
unregisterForCallInvites();
WritableMap params = Arguments.createMap();
params.putBoolean("initialized", false);
promise.resolve(params);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't you want to resolve the promise once onComplete is triggered in unregisterForCallInvites?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jesse, you can fix this part, if you think it would be correct (or more accurate), as you know the library in more depth than I am.

@fabriziomoscon
Copy link
Collaborator

@ro-mgh is this PR applicable #164 ?

@ro-mgh
Copy link
Author

ro-mgh commented Apr 10, 2021

HI @fabriziomoscon! Could you please specify what do you mean?
It worked out for us on current available version of library.

@ro-mgh
Copy link
Author

ro-mgh commented Jul 12, 2021

Changes included to #205 PR against sdk-5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants