JitsiMeetActivity not getting destroyed properly
See original GitHub issueDescription:
I am launching the JitsiMeetActivity from my app using the JitsiMeetActivity.launch()
function. Once the meeting is started, the user enters the PiP mode and then again goes full screen by clicking on the full-screen icon in the PiP mode. Now, when the user ends the meeting the activity gets closed but it is still shown in the Recents screen. Clicking on the activity from the Recents screen again starts the meeting.
Steps to reproduce:
- Launch JitsiMeetActivity using the
JitsiMeetActivity.launch()
function. - Enter PiP once the meeting is started.
- Go full screen by clicking on the icon in the PiP mode.
- End meeting
- Go to the Recents screen and click on the instance of the activity
Expected behavior:
Once the meeting is ended, the JitsiMeetActivity should be completely destroyed and hence not shown in the Recents screen.
Actual behavior:
On clicking the instance of the activity from the Recents screen, the meeting is started again.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:8 (2 by maintainers)
Top Results From Across the Web
I have integrated jitsi-meet android sdk and not able to get ...
Hello, I have integrated android sdk in my Android project only but i'm not able to get callbacks of buttons click.
Read more >Issue when starting Jitsi video call activity - Stack Overflow
I am able to run Jitsi video calling android sdk successfully when I add the main video calling activity as the launcher ...
Read more >Android SDK | Jitsi Meet - GitHub Pages
dispose() Releases all resources associated with this view. This method MUST be called when the Activity holding this view is going to be...
Read more >How To Know A Jitsimeetactivity Is Left? - ADocLib
When native SDK users end a meeting the view gets disposed and detached from React and then the entire app gets destroyed and...
Read more >Merge branch 'master' of https://github.com/jitsi/jitsi-meet ...
android/sdk/src/main/java/org/jitsi/meet/sdk/JitsiMeetActivity.java ... -If you have a question about Jitsi Meet that is not a bug report or feature.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Unless it has been fixed (I don’t see any related pr), this issue should stay in the list
The conference is not ended when the PiP window is dragged. It continues in the background.