-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MissingPluginException(No implementation found for method listen on channel plugins.voximplant.com/call_controller_events) #20
Comments
Hello @nerdsarena, Could you please provide some details how to reproduce and the following information:
Best regards, |
flutter version : Flutter 2.2.3 i see this error in log when run in android only we know your plugin support iOS only but we face issue handle audio in iOS while app accept call from background |
hello @nerdsarena , Thank you for information provided. We wil check if we can reproduce the issue with an android app and will get back to you soon. Regarding the issue with audio on iOS, it does not seem to be related to this error. Please check if you use FCXProviderDidActivateAudioSession/FCXProviderDidDeactivateAudioSession events in your project. flutter_callkit/lib/src/provider.dart Lines 88 to 98 in 09b666e
The audio in a call should start only after CallKit activates the audio session, otherwise there might be issues to get the audio from the microphone or play audio to an audio device (speaker, receiver, headset). Best regards, |
after investigation we found issue that audio session not active when response from background similar issue |
When the exception was thrown, this was the stack:
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:156:7)
#1 EventChannel.receiveBroadcastStream. (package:flutter/src/services/platform_channel.dart:545:9)
The text was updated successfully, but these errors were encountered: