voximplant / flutter_callkit

Flutter SDK for CallKit integration to Flutter applications on iOS
MIT License
53 stars 19 forks source link

After one munite on the call I get FCXProvider.timedOutPerformingAction. #12

Closed locskot closed 3 years ago

locskot commented 3 years ago

Here are logs: flutter: [FlutterCallKit:INFO > FCXProvider.timedOutPerformingAction] flutter: [FlutterCallKit:INFO > FCXCallObserver.callChanged: 32393681-B759-49C4-9D8A-67A656F4EE7B] flutter: [FlutterCallKit:INFO > FCXProvider.executeTransaction] flutter: [FlutterCallKit:INFO > FCXTransaction.getActions] flutter: [FlutterCallKit:INFO > FCXProvider.FCXEndCallAction]

I can't find a place to manage timeout duration. FCXEndCallAction makes my call close down. Help please!

VladimirBrejcha commented 3 years ago

Hello @locskot,

FCXAction's should be either fulfilled or failed depending on what you want to achieve. Example

If you have fulfilled/failed action and still received the timeout, please provide full logs of the issue.

locskot commented 3 years ago

@VladimirBrejcha Oh, I picked it up! Thank u