|
|
|
|
|
by Orphis
2201 days ago
|
|
> WebRTC the sender degrades quality to satisfy the slowest peer No, WebRTC is 1 to 1. Each connection is adapted independently. But, you can build services that have rooms with more participants, then it's up to you to shape the traffic as you want. If you use a central server (SFU), it can just send each peer the best they can receive, each independently from one another. It's a property of the service, not the technology. |
|