-
Notifications
You must be signed in to change notification settings - Fork 395
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
Unhandled Exception: MissingPluginException(No implementation found for method joinChannel on channel agora_rtc_engine) #253
Comments
have you tried our example or quickstart? |
Yes I use quickstart project in github |
maybe you open |
I will close this issue, you can reopen it if the issue still exists. |
I am facing this issue on the latest agora SDK. I had tried all the solutions mentioned here.
|
still have an error |
when i use agora 4.2.0 it did not allow my app to install and crash it by giving the error.'Flutter initialization failed' and i'm using the flutter 2.8.1 |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please raise a new issue. |
I use :
agora_rtc_engine: ^3.1.3
error :
E/flutter (16307): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: MissingPluginException(No implementation found for method joinChannel on channel agora_rtc_engine)
E/flutter (16307): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:157:7)
E/flutter (16307):
E/flutter (16307): #1 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:332:12)
E/flutter (16307): #2 RtcEngine._invokeMethod (package:agora_rtc_engine/src/rtc_engine.dart:35:27)
E/flutter (16307): #3 RtcEngine.joinChannel (package:agora_rtc_engine/src/rtc_engine.dart:126:12)
E/flutter (16307): #4 _VideoCallPageState.initialize (package:telegram/pages/VideoCallPage.dart:72:19)
E/flutter (16307):
The text was updated successfully, but these errors were encountered: