Jiao
Jiao
**Describe the bug** Launching lib/main.dart on Chrome in debug mode... main.dart:1 : Error: Undefined name 'platformViewRegistry'. rtc_video_renderer_impl.dart:258 ui.platformViewRegistry.registerViewFactory(viewType, (int viewId) { ^^^^^^^^^^^^^^^^^^^^ Failed to compile application. Exited **To Reproduce** **Expected...
``` int32_t ObjCDesktopMediaList::UpdateSourceList(bool force_reload, bool get_thumbnail) { if (force_reload) { for (auto source : sources_) { [objcMediaList_ mediaSourceRemoved:source.get()]; } sources_.clear(); } webrtc::DesktopCapturer::SourceList new_sources; thread_->BlockingCall([this, &new_sources] { capturer_->GetSourceList(&new_sources); }); typedef std::set...