How to handle users hard closing while in session

My team is unclear on how to handle if a user hard closes the React Native app while actively in a Zoom session. At the moment in our app, the user appears to remain in the session for a few minutes while in failover.
Is there any way to set things up so that if a user hard closes the app, they immediately leave the Zoom session?

Appreciate any guidance here.

Hi @Jon-L, I can assist with this. In other platforms, like web for example, the MMR server depends on signals from the SDK to know when to fire certain events. For on close the signals are heartbeats sent via websocket. When closing out of browser or tab without clicking the end or leave button, The SDK does not have a chance to signal to the MMR that event should be fired so the MMR has to depend on the lack of a heartbeat signal to determine that the user is no longer in the session and falls back to the failover flow. This logic might be mirrored in the React Native side but to be doubly sure, Ill consult with my team and let you know.

Thanks Ticorrian. I assumed that it probably wasn’t possible so that’s good to know.

This answer makes the other question I posted recently even more important for us. If we could get some guidance on this one it would be much appreciated! Detecting Failover Users