Returning to meeting UI if user exits it

iOS and Android

Is there a way to reliably return to the meeting UI if the experience is interrupted?

We have users that get notifications from our app, and click on it, which then takes them out of the meeting UI. They remain in the call, but with no way to return to it. Is there an API I can call to return the user to the meeting UI? I saw Android has meetingService.returnToMeeting(context), which looks like it may do what I’m looking for, but I didn’t see something similar for iOS.