Assuming that I’m building an app that relies on PubSub and I roughly have the following topology:
- Assuming that the chrome browsers are behind NAT, will they still be able to establish a WebRTC connection with one another?
- Does WebRTC start only handle the SDP exchange, or does it also serve as a STUN or TURN server?
- Assuming that all the WebRTC and WSS/WebTransport connections were established, can they all read and write to the same PubSub topic?