cometchat / chat-sdk-ionic

Voice & Video Calling and Text Chat SDK for Cordova & Ionic
Other
12 stars 10 forks source link

Closing App during ongoing call is not closing the Call Screen for other participant #8

Closed kamekaioken closed 3 years ago

kamekaioken commented 3 years ago

Describe the problem

When two users are calling and one of them is killing the App, the onUserLeft callback is called on the other side but the calling screen is not closed. It looks like as if the other participant is still there.

What was the expected behavior?

I would expect that the call screen is closed on the other side or if there is some sort of method to close the call screen manually.

Reproduction

Environment

kamekaioken commented 3 years ago

Can you please confirm if this is a bug and if this is gonna be fixed?

kamekaioken commented 3 years ago

Any updates on this?

mayur-bhandari commented 3 years ago

Hello @kamekaioken,

We have fixed this issue in the latest release. Please update the CometChat Cordova Ionic SDK(@cometchat-pro/cordova-ionic-chat) to v2.4.1 & CometChat Ionic Calls(@cometchat-pro/ionic-calls) to v2.1.2. Please let us know if you are still facing this issue.

kamekaioken commented 3 years ago

Thanks, the update solved the bug.