trailofbits / tubertc

Peer-to-Peer Video Chat for Corporate LANs
MIT License
358 stars 58 forks source link

Performance measurement #94

Open computerality opened 4 years ago

computerality commented 4 years ago

As more users join a chat, the cpu load increases on the clients. This is likely just due to the native webrtc implementation in the browser but we should perform profiling to see where most time is being spent.