Skip to content

DisplayIncoming Call ( NEW ARCHITECTURE ) #839

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

Open
MoamberRaza opened this issue Mar 26, 2025 · 4 comments
Open

DisplayIncoming Call ( NEW ARCHITECTURE ) #839

MoamberRaza opened this issue Mar 26, 2025 · 4 comments

Comments

@MoamberRaza
Copy link

until you comment out

@ReactMethod
public void startCall(String uuid, String number, String callerName) {
this.startCall(uuid, number, callerName, false, null);
}

and

@ReactMethod
public void displayIncomingCall(String uuid, String number, String callerName) {
this.displayIncomingCall(uuid, number, callerName, false, null);
}

it wont allow you to run app android new architecture, version i am using is 78.1 with gradle 8.10.2

@MoamberRaza
Copy link
Author

Please share if any update.

@mluksha
Copy link
Contributor

mluksha commented Apr 10, 2025

It should be fixed with the PR #816

@Manuel2u
Copy link

Manuel2u commented Apr 20, 2025

@MoamberRaza please, any update ?

@MoamberRaza
Copy link
Author

@MoamberRaza please, any update ?

thats worked but thats not full solution its just a remedy.

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

No branches or pull requests

3 participants