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

External meeting window and not closed after terminating #92

Open
a7mdragab1 opened this issue Oct 10, 2024 · 6 comments
Open

External meeting window and not closed after terminating #92

a7mdragab1 opened this issue Oct 10, 2024 · 6 comments

Comments

@a7mdragab1
Copy link

Dears,
I have aproblem with the package!

when upgrading to any version more than
jitsi_meet_flutter_sdk: 0.4.2

The meeting is opened in a separate screen, but when the meeting ends, the screen is not removed from the background. If clicked, it reopens the meeting.

Look at this scenario
image

So, I am stuck at this version.

This is the basic example in docs

var jitsiMeet = JitsiMeet();
var options = JitsiMeetConferenceOptions(
  serverURL: "https://meet.jit.si",
  room: "jitsiIsAwesomeWithFlutter",
  configOverrides: {
    "startWithAudioMuted": false,
    "startWithVideoMuted": false,
    "subject": "Jitsi with Flutter",
  },
  featureFlags: {"unsaferoomwarning.enabled": false},
  userInfo: JitsiMeetUserInfo(displayName: "Flutter user", email: "[email protected]"),
);
jitsiMeet.join(options);

Even I tried serverURL with my url, both have the same behavior

@Calinteodor
Copy link
Contributor

Calinteodor commented Oct 16, 2024

I managed to test using the below configuration and an Android 14 device

image

and the sample app right here https://github.com/jitsi/jitsi-meet-sdk-samples/tree/master/flutter.

I customised prosody to accept the end conference feature and I am unable to encounter what you are saying.

When I end meeting for all, all participants are thrown out of the meeting view, and I, the moderator, from flutter, get an OK dialog and when I press it I navigate back to the main view. No other views remain open in the background.

Maybe try to cover the steps that I mentioned above and see if you get the same result with your customised server.

@a7mdragab1
Copy link
Author

a7mdragab1 commented Oct 20, 2024

I managed to test using the below configuration and an Android 14 device

image

and the sample app right here https://github.com/jitsi/jitsi-meet-sdk-samples/tree/master/flutter.

I customised prosody to accept the end conference feature and I am unable to encounter what you are saying.

When I end meeting for all, all participants are thrown out of the meeting view, and I, the moderator, from flutter, get an OK dialog and when I press it I navigate back to the main view. No other views remain open in the background.

Maybe try to cover the steps that I mentioned above and see if you get the same result with your customised server.

Thanks for your reply
Can you upgrade to latest flutter and try creating a new project and copy that code to it and try

flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel beta, 3.26.0-0.1.pre, on Microsoft Windows [Version 10.0.22631.4317], locale en-US)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[√] Chrome - develop for the web
[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.10.4)
[√] Android Studio (version 2024.2)
[√] VS Code (version 1.94.2)
[√] Connected device (5 available)
[√] Network resources

• No issues found!

@saghul
Copy link
Member

saghul commented Oct 20, 2024

Quick question: does the screen disappear when you tap on the ok button in the dialog?

@a7mdragab1
Copy link
Author

Quick question: does the screen disappear when you tap on the ok button in the dialog?

No, this exactly what I am doing to reproduce the image in the question
It returns to the main app but keeps another window opened for the meeting

@a7mdragab1
Copy link
Author

I customised prosody to accept the end conference feature and I am unable to encounter what you are saying.

What is meant by that?

@Calinteodor
Copy link
Contributor

Calinteodor commented Oct 21, 2024

I managed to test using the below configuration and an Android 14 device
image
and the sample app right here https://github.com/jitsi/jitsi-meet-sdk-samples/tree/master/flutter.
I customised prosody to accept the end conference feature and I am unable to encounter what you are saying.
When I end meeting for all, all participants are thrown out of the meeting view, and I, the moderator, from flutter, get an OK dialog and when I press it I navigate back to the main view. No other views remain open in the background.
Maybe try to cover the steps that I mentioned above and see if you get the same result with your customised server.

Thanks for your reply Can you upgrade to latest flutter and try creating a new project and copy that code to it and try

flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel beta, 3.26.0-0.1.pre, on Microsoft Windows [Version 10.0.22631.4317], locale en-US)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[√] Chrome - develop for the web
[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.10.4)
[√] Android Studio (version 2024.2)
[√] VS Code (version 1.94.2)
[√] Connected device (5 available)
[√] Network resources

• No issues found!

I am already using latest flutter version. The difference is that I use a stable version and you are using beta. Please try switching to a stable version. Also when testing, please try to use a physical device which is more accurate.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants