Generating a link leading to a video call

I have implemented a WebRTC call using React Native and now I want to create a unique link that I can share with other users so that they can join the call. How can I generate such a link, and is there a built-in function available in React Native that provides this feature?"