I’m just getting started with mediasoup and I have a question regarding the transporting concept.
If I want to receive, video and audio, do I require that a “peer” have separate producer transports for video and audio, and that I need to have also have two consumer transports to receive?
Or will one producer/consumer transport will suffice?
Keep in mind that this is an SFU (client-server model) - all clients are connected to a monolithic mediasoup server (unless you build multiple servers). There’s no actual peer to peer like you would get with a WebRTC mesh model.