DisplayIncoming Call ( NEW ARCHITECTURE )
Closed this issue · 4 comments
MoamberRaza commented
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 commented
Please share if any update.
Manuel2u commented
@MoamberRaza please, any update ?
MoamberRaza commented
@MoamberRaza please, any update ?
thats worked but thats not full solution its just a remedy.