Closing app by killing does not properly leave the meeting

Description
After joining a zoom meeting through the iOS app(SDK Integrated.), closing the app by killing doesn’t properly remove the user from the zoom meeting, this user will continue to appear on the participants list black video will show for the user’s video stream.

Expected behavior is observed by clicking on the “leave meeting” option. Otherwise, it is unclear if the ios user has left the meeting or if there is some technical issue with the user’s video/audio.

Which version?
5.0.1

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Smartphone (please complete the following information):

  • Device: iPhone 6s

Hi @ops.ankit80,

Thanks for using Zoom SDK. If the SDK app is closed unexpectedly(e.g.: kill by the system), then the user will stay in the meeting for a short period since the backend and all other users do not know the user has left since there was no chance for the SDK to notify the backend. The Zoom client has the same behavior.

Thanks!