question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

JitsiMeetActivity not getting destroyed properly

See original GitHub issue

Description:

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:

  1. Launch JitsiMeetActivity using the JitsiMeetActivity.launch() function.
  2. Enter PiP once the meeting is started.
  3. Go full screen by clicking on the icon in the PiP mode.
  4. End meeting
  5. 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.

Screenshot_20200619_164823

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
TBG-FRcommented, Sep 27, 2020

Unless it has been fixed (I don’t see any related pr), this issue should stay in the list

0reactions
saghulcommented, May 5, 2021

The conference is not ended when the PiP window is dragged. It continues in the background.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found