Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Calls in separate windows on desktop #87

Open
SleepySquash opened this issue Aug 22, 2022 · 1 comment · May be fixed by #93
Open

Implement Calls in separate windows on desktop #87

SleepySquash opened this issue Aug 22, 2022 · 1 comment · May be fixed by #93
Assignees
Labels
enhancement Improvement of existing features or bugfix feature New feature or request k::design Changes of application architecture and implementation design k::UI/UX UI (user interface) and UX (user experience) changes
Milestone

Comments

@SleepySquash
Copy link
Contributor

Background

Под вебом звонки отображаются в отдельных окнах, для чего был разработан канал связи в вебе для общения между приложениями (т.к. фактически это два разных приложения). Под десктоп платформами такого нет, звонки рисуются внутри окна приложения.

Problem to solve

Звонки на десктопах при галочке "отображать звонки в отдельных окнах" должны отображаться в отдельных окнах.

Possible solutions

Для реализации задуманного предлагаю использовать desktop_multi_window, т.к. он не выглядит заброшенным. По сути общение, как и на вебе, будет между двумя приложениями: звонки в новых окнах должны сразу переходить на страницу /call/..., как и в вебе. В целом много логики стоит использовать оттуда, но канал связи - десктоп канал, который предстоит создать. Синхронизацию токена тоже предлагаю сделать как на вебе.

@SleepySquash SleepySquash added enhancement Improvement of existing features or bugfix feature New feature or request k::UI/UX UI (user interface) and UX (user experience) changes k::design Changes of application architecture and implementation design labels Aug 22, 2022
@SleepySquash SleepySquash added this to the 0.1.0-alpha.6 milestone Aug 22, 2022
@krida2000 krida2000 linked a pull request Aug 23, 2022 that will close this issue
14 tasks
@SleepySquash SleepySquash removed this from Roadmap Sep 6, 2023
@SleepySquash SleepySquash removed this from the 0.1.0-alpha.12 milestone Feb 8, 2024
@SleepySquash
Copy link
Contributor Author

The current state of multi window support in Flutter is:

  1. Native support is paused with no further information. Flutter team priorities different issues and features (Impeller, WebAssembly and GPU).
  2. desktop_multi_window package still does work, yet is buggy. While it is possible to create a window and even display a camera feedback in it, there's a lot of crashes, freezes, etc.

@SleepySquash SleepySquash modified the milestones: 0.2.2, 0.3.0 Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing features or bugfix feature New feature or request k::design Changes of application architecture and implementation design k::UI/UX UI (user interface) and UX (user experience) changes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants