You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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.
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
The text was updated successfully, but these errors were encountered: