Skip to content
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

Error No implementation found for method makeCall #9

Open
alexlovar opened this issue Aug 24, 2021 · 0 comments
Open

Error No implementation found for method makeCall #9

alexlovar opened this issue Aug 24, 2021 · 0 comments

Comments

@alexlovar
Copy link

the function makeCall does not work, i test with a valid token server, and i haver this error when i call the function:

 onPressed: () async {
                   // FlutterTwilioVoice.phoneCallEventSubscription.listen(_onEvent, onError: _onError);
                    //FlutterTwilioVoice.receiveCalls(_fromController.text);
                    FlutterTwilioVoice.makeCall(
                        from: "+1********",
                        to: _toController.text,
                        accessTokenUrl: "https://valid_token_server",
                        toDisplayName: "Jhon_Doe");
                  },
E/flutter ( 1695): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: MissingPluginException(No implementation found for method makeCall on channel flutter_twilio_voice)
E/flutter ( 1695): #0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:156:7)
E/flutter ( 1695): <asynchronous suspension>
E/flutter ( 1695): #1      FlutterTwilioVoice.makeCall (package:flutter_twilio_voice/flutter_twilio_voice.dart:34:5)
E/flutter ( 1695): <asynchronous suspension>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant