From ebc6db860761b15af1c5ea25788c9c5e78123a2c Mon Sep 17 00:00:00 2001 From: egnun <86208227+egnun@users.noreply.github.com> Date: Thu, 11 Dec 2025 14:29:16 +0100 Subject: [PATCH] Fixed typos in scalabilty.md Signed-off-by: egnun <86208227+egnun@users.noreply.github.com> --- docs/scalability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scalability.md b/docs/scalability.md index 6d11c91152..f4796945b4 100644 --- a/docs/scalability.md +++ b/docs/scalability.md @@ -26,7 +26,7 @@ To make sure a call can sustain the largest number of participants, make sure th - on a desktop/laptop system, a browser like Firefox or Chrome should be used. The WebRTC implementation in other browsers is often sub-par. On a laptop, the power cord should be plugged in - this often results in better CPU performance. - on mobile devices, the Android/iOS apps should be used because mobile browsers will run out of computing power quickly. -* all participant disables their video streams. +* all participants disable their video streams. With this setup, 20 users should be possible in a typical setup.