How to play remote streaming from server

Hi guys, I’m new to using WebRTC, and I’m struggling to make it work on React Native app.

I have a streaming server running on Wowza, and I want to play its video through my RN App.

Could someone help me and guide me on connecting to this server from my app and playing the video?

All tutorials and examples I’ve seen are about connecting two cell phones and starting a call, and they don’t work for my scenario!

Thanks