develocode777

Results 9 comments of develocode777
trafficstars

If you maximize the window then everything works properly even if you switch focus again.

When I run the app in Visual studio it shows me this error: ![Screenshot 2024-02-16 080828](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/assets/37084958/0d01f3e4-c8f3-40f8-84a2-ccf9fc0006fd)

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.