summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4122012ee..00bd9115c 100644
--- a/README.md
+++ b/README.md
@@ -58,9 +58,10 @@ Still a call creates a load on the participants' browsers (decoding streams) and
To make sure a call can sustain the largest number of participants, make sure that:
* each participant has a fast upload and download.
* each participant has a fast enough system. This means:
- * on a desktop/laptop system, use a browser like Firefox or Chrome. The WebRTC implementation in other browsers is often sub-par. On a laptop, plug in the power - this often results in better CPU performance.
- * on mobile device, use the Android/iOS app because mobile browsers will run out of computing power quickly.
-* each participant disables video.
+ * 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.
+
With this setup, 20 users should be possible in a typical setup.