WebRTCServer

Hello everyone,

I wanted to confirm something about the WebRTC server. Should I create multiple WebRTC servers for every worker, or should I just create one?

Thank you.

One is enough unless you need different listening options for different clients.

1 Like

I see. So, creating one WebRTC server for all workers should be sufficient. Will it affect video/audio performance if there are 1000 people online at the same time?