-
Notifications
You must be signed in to change notification settings - Fork 33
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
Comments
I managed to test using the below configuration and an Android 14 device 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
|
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 |
What is meant by that? |
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. |
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
So, I am stuck at this version.
This is the basic example in docs
Even I tried serverURL with my url, both have the same behavior
The text was updated successfully, but these errors were encountered: