Embeding zoom meeting in react native app

We have a React Native App as part of which we sometimes run live sessions on zoom. Currently we are launching the meeting in the zoom app using Linking with zoomus://. However we want to embed the meeting within the app so that the user remains within the app and statistics also report the user engagement within the app. I see a Video SDK for React Native but there is no Meeting SDK for React Native. Is there any sdk or guide that can help integrating Zoom meetings within our React Native App.