是否可以在同一个 window 中创建两个相互连接的 RTCPeerConnection?

Is it possible to create two RTCPeerConnections connected to eachother in the same window?

如果是这样,我是否需要进行正常的候选人创建和协商,或者有更简单的方法吗?

在这里找到了一个简单的教程:https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Simple_RTCDataChannel_sample