react-native-callkeep icon indicating copy to clipboard operation
react-native-callkeep copied to clipboard

DisplayIncoming Call ( NEW ARCHITECTURE )

Open MoamberRaza opened this issue 9 months ago • 4 comments

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 avatar Mar 26 '25 08:03 MoamberRaza

Please share if any update.

MoamberRaza avatar Apr 07 '25 09:04 MoamberRaza

It should be fixed with the PR https://github.com/react-native-webrtc/react-native-callkeep/pull/816

mluksha avatar Apr 10 '25 14:04 mluksha

@MoamberRaza please, any update ?

Manuel2u avatar Apr 20 '25 06:04 Manuel2u

@MoamberRaza please, any update ?

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

MoamberRaza avatar Apr 20 '25 07:04 MoamberRaza