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

JitsiMeetEventListener() is not working when end room by clear all screen. #62

Open
bunthoeun-develop opened this issue May 9, 2024 · 3 comments

Comments

@bunthoeun-develop
Copy link

Actual behavior: When I end call by clear call screen, JitsiMeetEventListener() is not working.
Expected behavior: When I end call by clear call screen, JitsiMeetEventListener() should working.

2024-04-30.11.33.45.mp4
Screenshot 2024-05-09 at 4 26 16 in the afternoon
@saghul
Copy link
Member

saghul commented May 9, 2024

Not sure I understand. You are swiping out the JitsiMeetActivity, right? There is very little time to do anything wheen the activity is destrooyed. What do you exppect it to happen?

@bunthoeun-develop
Copy link
Author

Want to detect when I leave conference room. if end by bottom(icon end on UI), then I can use readyToClose() event.

@saghul
Copy link
Member

saghul commented May 21, 2024

Want to detect when I leave conference room. if end by bottom(icon end on UI), then I can use readyToClose() event.

Yes, that is correct. But if you swipe the activity out there is no way for the meeting to tell you. You'll need to listen to activity lifecycle events.

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

2 participants