Hi,
New to both React Native and WebRTC here (so apologies for the likely noob question).
I’m working on a fairly simple video chat app that uses WebRTC and I’m curious what the best way to test the application (pairing with a peer, connecting, basically everything) is.
I have a signaling server and am able to get one client (an iOS simulator) to connect to the local server over websockets, but what is the best way to create a second local client to pair with the first? Should I run multiple simulators? From the research I’ve done, that seems possible (if a bit annoying) - but is there a better way to go about this?
Thanks in advance! And apologies if this question has been asked, I didn’t find any results when I searched.