How to return to meeting screen when user done with Scree Sharing

I have integrated Zoom SDK with my Android Application. When we starts the screen sharing the meeting screen started running in the background.

I wants to know how to bring back the meeting screen to foreground once we are done with Screen sharing.
Now i had to open the meeting screen manually which is running in the background.
Does SDK provides any call back function to get to know that the screen sharing is done?

Hi @sureshr,

Thanks for the post. Are you using Zoom default UI or Custom UI?

Hi Carson,
I am using Zoom default UI.

Hi @sureshr,

I just tested the SDK demo(https://github.com/zoom/zoom-sdk-android) and when the screen sharing is ended, it will return to the meeting(Bring the meeting UI to the foreground). What is the SDK version you are using? Could you have a try with the latest version?