Zeno97 / cordova-plugin-jitsi-meet-sdk

Cordova plugin for Jitsi Meet React Native SDK.
Apache License 2.0
8 stars 11 forks source link

disposeConference not destroy activity #18

Open nasanchez opened 2 years ago

nasanchez commented 2 years ago

Hello!

I'm trying to use this new plugin in my project. It's all okay with the conference and the events but if I minimize the conference and then I hang up the call or I call disposeConference from the plugin, the activity remains in the app.

If I don't minimize and then hang up the call, all is ok. I attach a video with the case that I'm working.

What can I do to close the activity?

Thanks!

https://user-images.githubusercontent.com/16014944/144064426-95d80312-20f8-48fc-b41b-09268b388594.mp4

Zeno97 commented 2 years ago

Hello thanks for using the plugin. I should solve this in the plugin. I'll keep you updated

Inviato dal mio Galaxy

-------- Messaggio originale -------- Da: nasanchez @.> Data: 30/11/21 15:22 (GMT+01:00) A: Zeno97/cordova-plugin-jitsi-meet-sdk @.> Cc: Subscribed @.***> Oggetto: [Zeno97/cordova-plugin-jitsi-meet-sdk] disposeConference not destroy activity (Issue #18)

Hello!

I'm trying to use this new plugin in my project. It's all okay with the conference and the events but if I minimize the conference and then I hang up the call or I call disposeConference from the plugin, the activity remains in the app.

If I don't minimize and then hang up the call, all is ok. I attach a video with the case that I'm working.

What can I do to close the activity?

Thanks!

https://user-images.githubusercontent.com/16014944/144064426-95d80312-20f8-48fc-b41b-09268b388594.mp4

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/Zeno97/cordova-plugin-jitsi-meet-sdk/issues/18, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKABCKFXTPPKA5OZGNDO32TUOTM3NANCNFSM5JB6D7NQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

nasanchez commented 2 years ago

It's a good new for me because I don't know how can I solve this for myself. Can i ask you when you estimate having this fixed?

Thanks for your work!

Zeno97 commented 2 years ago

It's a good new for me because I don't know how can I solve this for myself. Can i ask you when you estimate having this fixed?

Thanks for your work!

Which model is your device? And which api version is?

Zeno97 commented 2 years ago

It's a good new for me because I don't know how can I solve this for myself. Can i ask you when you estimate having this fixed?

Thanks for your work!

Actually I am not encountering this issue in samsung S5 Neo (api version 23) and samsung A10 (api version 30). Correctly is closing activity with disposeConference and with hang up button

Zeno97 commented 2 years ago

@nasanchez Hi the only thing I could do is preventing childs activity to stay alive after conference is closed, then I've launched an Intent with CLEAR_TOP flag to do this.

Zeno97 commented 2 years ago

@nasanchez Please let me now ASAP

cordova plugin remove cordova-plugin-jitsi-meet-sdk cordova plugin add cordova-plugin-jitsi-meet-sdk

nasanchez commented 2 years ago

@Zeno97 I removed the plugin and I installed it in my project but it's still occurring. I have a Xiaomi Redmi Note 8 with API 30.

Zeno97 commented 2 years ago

The fault could be of MIUI from Xiaomi. Really I have no way (at least for my knowledge) to solve this because I can't replicate the issue in my environment. I let open the issue

Inviato dal mio Galaxy

-------- Messaggio originale -------- Da: nasanchez @.> Data: 03/12/21 09:19 (GMT+01:00) A: Zeno97/cordova-plugin-jitsi-meet-sdk @.> Cc: Massimiliano Coppola @.>, Mention @.> Oggetto: Re: [Zeno97/cordova-plugin-jitsi-meet-sdk] disposeConference not destroy activity (Issue #18)

@Zeno97https://github.com/Zeno97 I removed the plugin and I installed it in my project but it's still occurring. I have a Xiaomi Redmi Note 8 with API 30.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/Zeno97/cordova-plugin-jitsi-meet-sdk/issues/18#issuecomment-985305935, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKABCKHZQAJG3AG5ZYFLNRDUPB4SFANCNFSM5JB6D7NQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.