tariq86 / rn-sip-app

React Native SIP App
66 stars 45 forks source link

Can't answer call on Android #9

Closed willnaoosmith closed 4 years ago

willnaoosmith commented 4 years ago

Cant answer a call because the component "IncomingCallModal" returns null because there is no call on the invoking of this component. When i remove the line:

if (!call) { return null }

If works, but dont initializes the call because the same are listed as null. Can you help me please?