You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the app is terminated, if an incoming call comes in and I press “answer,” the app automatically opens, but the call ends immediately and throws the error mentioned above. I also tested this scenario when the app is running for the first time and when it’s in the background. The same issue occurs. Is there any quick and straightforward way to fix this? I’m in a rush to publish my app.
Flutter: provider:performAnswerCallAction:
flutter: performAnswerVoiceCall: answering call
flutter: Answer - From: 3, To: 2, Direction: CallDirection.incoming 3
flutter: pushRegistry:attempting to register with twilio
flutter: showIncomingCallScreen only for web flutter: rejecting call 3
flutter: provider:didActivateAudioSession:
3 flutter: hangUp method invoked
3 flutter: performEndCallAction method invoked
[ERROR:flutter/shell/common/shell.cc(1015)] The 'twilio_voice/events' channel sent a message from native to Flutter on a non-platform thread. Platform channel messages must be sent on the platform thread. Failure to do so may result in data loss or crashes, and must be fixed in the plugin or application code creating that channel. See https://docs.flutter.dev/platform-integration/platform-channels#channels-and-platform-threading for more information.
flutter: provider:performEndCallAction:
flutter: provider:performEndCallAction: disconnecting call
The text was updated successfully, but these errors were encountered:
When the app is terminated, if an incoming call comes in and I press “answer,” the app automatically opens, but the call ends immediately and throws the error mentioned above. I also tested this scenario when the app is running for the first time and when it’s in the background. The same issue occurs. Is there any quick and straightforward way to fix this? I’m in a rush to publish my app.
The text was updated successfully, but these errors were encountered: