jitsi / jitsi-meet-flutter-sdk

Jitsi Meet plugin for Flutter
Apache License 2.0
44 stars 33 forks source link

Any plan for supporting desktop apps? (macOS/Windows/Linux) #2

Closed huskyjp closed 1 year ago

huskyjp commented 1 year ago

I know you guys provide electron sdk for desktop application, but I am wondering if you have a roadmap to support the desktop applications in this flutter sdk? (because the flutter desktop is already stable and I am currently building desktop based video conference app with flutter)

saghul commented 1 year ago

We have no plans for that. Our only support in the desktop is web browsers, and Electron it's kind of one. Having a Flutter version of that would be just a WebView. If someone wants to contribute a patch I think we'd take it, but we are not going to build a native desktop client for Jitsi Meet.

saghul commented 1 year ago

Junr-Studio commented 5 months ago

@saghul still no plan for supporting Desktop SDK ? Or a workaround ?

saghul commented 5 months ago

No plans, no. You could use a webview.

Junr-Studio commented 5 months ago

@saghul Thanks for you prompt answer. Webview compatibility with desktop app is very poor. And the iFrame have really not the same integration level than the SDK though.

saghul commented 5 months ago

Yes, that's correct, but creating a full desktop app is not something we have plans to do, sorry.