Deeplink to launch Zoom Client, but does not refresh the app

I am currently building a Zoom App that redirects the user to a browser (using openUrl). The user completes the action, and now needs to go back to their zoom client.

Currently, I’m just displaying a message “Please go back to your Zoom App”.

My ideal behavior is for the user to be redirected automatically to their Zoom Client through a deeplink. I’m able to generate a deeplink using the /v2/zoomapps/deeplink API.

However, this restarts/refreshes my Zoom App. Is there a way to for this not to occur? Or is there a way I can just generate a deeplink where it just brings me back to the client? (without restarting the app).

Essentially, I would just like it to bring my Zoom App into focus.

Thank you!