jitsi / jitsi-meet-flutter-sdk

Jitsi Meet plugin for Flutter
Apache License 2.0
31 stars 25 forks source link

[FEATURE]: Embed JitsiMeet Flutter SDK within a widget to enable custom layouts? #24

Open zeckem19 opened 6 months ago

zeckem19 commented 6 months ago

Currently when joininig or creating a room, the fullscreen view is launched. is it possible to allow for some flexibility here so that i can have jitsi meet not take up the full screen?

saghul commented 6 months ago

Hey there! We are considering adding support for that, but are gauging interest first. What kind of layout do you have in mind?

E2-Harish commented 6 months ago

Hey there! We are considering adding support for that, but are gauging interest first. What kind of layout do you have in mind?

It would be better if we can embed the view inside a Flutter widget such as Container

zeckem19 commented 6 months ago

Hey there! We are considering adding support for that, but are gauging interest first. What kind of layout do you have in mind?

It would be better if we can embed the view inside a Flutter widget such as Container

yes @saghul allowing us to embed it within a Container would allow us flexibly size/ position it. currently i have to workaround with the iframe API instead

saghul commented 6 months ago

Hey there! We are considering adding support for that, but are gauging interest first. What kind of layout do you have in mind?

It would be better if we can embed the view inside a Flutter widget such as Container

Why?

saghul commented 6 months ago

Hey there! We are considering adding support for that, but are gauging interest first. What kind of layout do you have in mind?

It would be better if we can embed the view inside a Flutter widget such as Container

yes @saghul allowing us to embed it within a Container would allow us flexibly size/ position it. currently i have to workaround with the iframe API instead

Why do you need to do that? What else are you showing besides the meeting?

Just trying to understand what the use case is.

zeckem19 commented 6 months ago

Hey there! We are considering adding support for that, but are gauging interest first. What kind of layout do you have in mind?

It would be better if we can embed the view inside a Flutter widget such as Container

yes @saghul allowing us to embed it within a Container would allow us flexibly size/ position it. currently i have to workaround with the iframe API instead

Why do you need to do that? What else are you showing besides the meeting?

Just trying to understand what the use case is.

working on an app for users to take pictures, select relevant ones, before calling someone to discuss it. would like to show a gallery on half the screen, and jitsi meet on the other half.

saghul commented 6 months ago

Thanks for the feedback! We can't promise anything, but knowing this is helpful to see if / when to spend some time on this.

E2-Harish commented 6 months ago

Hey there! We are considering adding support for that, but are gauging interest first. What kind of layout do you have in mind?

It would be better if we can embed the view inside a Flutter widget such as Container

yes @saghul allowing us to embed it within a Container would allow us flexibly size/ position it. currently i have to workaround with the iframe API instead

Why do you need to do that? What else are you showing besides the meeting? Just trying to understand what the use case is.

working on an app for users to take pictures, select relevant ones, before calling someone to discuss it. would like to show a gallery on half the screen, and jitsi meet on the other half.

I also have a similar usecase.