I am studying this sample and working to modify it so that video can be streamed from one browser instance and then appear on the second instance. I have a few questions:
Is the reason that the ICEServers array is empty because of localhost? Would this still be okay running on two browser instances?
I also don't understand why there are two RTCPeerConnection objects? Shouldn't there only be a single object since the RTCPeerConnection class contains methods for both local and remote?