flutter_callkit icon indicating copy to clipboard operation
flutter_callkit copied to clipboard

Where do I put handleIncomingCall method

Open evicoach opened this issue 3 years ago • 0 comments

where will I put the handleIncomingCall method to handle calls when I get voip pushes Future handleIncomingCall(String contactName, String uuid) async { FCXCallUpdate callUpdate = FCXCallUpdate(localizedCallerName: contactName); await _provider.reportNewIncomingCall(uuid, callUpdate); }

evicoach avatar Dec 19 '21 05:12 evicoach