saibotma / jitsi_meet_wrapper

Jitsi Meet Plugin for Flutter. Wrapping JitsiMeetSDK for Android and iOS.
BSD 3-Clause "New" or "Revised" License
27 stars 61 forks source link

Android JitsiMeetingListener onClosed not called #17

Closed jaumard closed 2 years ago

jaumard commented 2 years ago

On Android the onClosed callback of JitsiMeetingListener is not called when you close the picture in picture video call.

It is call correctly when not using picture in picture.

saibotma commented 2 years ago

onClose is called when the native Jitsi Meet view got closed. However, when you close the PiP view (using the X in the upper right corner) then the call does not terminate, and thus the native view does not close. This is different to the jitsi_meet package. If you want to get notified when the conference is terminated, then you can use onConferenceTerminated callback.

zionnite commented 2 years ago

onConferenceTerminated and onClose are never fired

I have some set of operation I want to carry out once a user closes or terminate the meeting but unfortunately nor of this work

am not doing PiP, how do I make it trigger the command in the onConferenceTerminated and onClose block

saibotma commented 2 years ago

I'm sorry, but it works on my end. Would be great if you could supply an example and tell the Devices + OS versions for which it is not working.

zionnite commented 2 years ago

Pls, I would love to end a meeting pragmatically.

Can you please make this happen ?

saibotma commented 2 years ago

As said in #25 I will try to implement this as fast as possible, but my time is limited.

saibotma commented 2 years ago

Closing this because of inactivity. Feel free to reopen when required.