../../.pub-cache/hosted/pub.dev/agora_uikit-1.3.10/lib/controllers/rtc_event_handlers.dart:305:6: Error: No named parameter with the name 'onExtensionError'.
}, onExtensionError: (provider, extension, error, message) {
^^^^^^^^^^^^^^^^
../../.pub-cache/hosted/pub.dev/agora_rtc_engine-6.5.0/lib/src/agora_rtc_engine.dart:1648:9: Context: Found this candidate, but the arguments don't match.
const RtcEngineEventHandler({
^^^^^^^^^^^^^^^^^^^^^
Target kernel_snapshot_program failed: Exception
FAILURE: Build failed with an exception.
I am creating a video calling function in my flutter app using agora. It’s supposed to generate automatic tokens for every call. I created a backend server with Node.js But when I tried to run my application, I get an error about onMediaDeviceChanged
. I can’t quite figure it out. Please help.
New contributor
MD SHAMIM HOSSAIN is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.