trailofbits / tubertc

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

Support more webcams in vtc #87

Open computerality opened 5 years ago

computerality commented 5 years ago

Currently the vtc room gets a precalculated layout depending on the number of participants. This should be updated to be dynamic or pre-calculated more to support more than 16 users.

https://github.com/trailofbits/tubertc/blob/master/public/js/viewports.js#L418