We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ac120 commit a09c1b9Copy full SHA for a09c1b9
windows/stream_webrtc_flutter/flutter_web_r_t_c_plugin.h
@@ -20,7 +20,7 @@ extern "C" {
20
FLUTTER_PLUGIN_EXPORT void FlutterWebRTCPluginRegisterWithRegistrar(
21
FlutterDesktopPluginRegistrarRef registrar);
22
23
-FLUTTER_PLUGIN_EXPORT flutter_webrtc_plugin::FlutterWebRTC* FlutterWebRTCPluginSharedInstance();
+FLUTTER_PLUGIN_EXPORT stream_webrtc_flutter_plugin::FlutterWebRTC* FlutterWebRTCPluginSharedInstance();
24
25
#if defined(__cplusplus)
26
} // extern "C"
0 commit comments