develocode777
develocode777
If you maximize the window then everything works properly even if you switch focus again.
@std-s nope, aside from maximizing
When I run the app in Visual studio it shows me this error: 
I have found a workaround, if I set `_localUserJoined = false` before calling `engine.release()` then it does not crash anymore: ` _localUserJoined ? SizedBox( width: 180, height: 120, child: AgoraVideoView(...
**flutter_window.cpp:** ``` #include "flutter_window.h" #include #include "flutter/generated_plugin_registrant.h" #include "desktop_multi_window/desktop_multi_window_plugin.h" #include #include FlutterWindow::FlutterWindow(const flutter::DartProject &project) : project_(project) {} FlutterWindow::~FlutterWindow() {} bool FlutterWindow::OnCreate() { if (!Win32Window::OnCreate()) { return false; } RECT frame...
It appears that this happens when I am logged in with a specific user, with a different user the same code works.
I found where it comes from, if you enter a phone number in auth you can't create a user anymore.