summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-05-08 16:02:58 +0200
committerGitHub <noreply@github.com>2023-05-08 16:02:58 +0200
commitdde70a5a39a679445f39adbbe2a6c1f5488e9fa1 (patch)
tree9239d140e6f2d760808abe2c2614c368577fc466 /README.md
parent98582a2d89fafebfcee0f3315ee54c2362b020a6 (diff)
Mention "Firefox Multi-Account Containers" in Readme
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2220cb5f4..cd1937171 100644
--- a/README.md
+++ b/README.md
@@ -94,12 +94,20 @@ We are also available on [our public Talk team conversation](https://cloud.nextc
### Useful tricks for testing video calls
-* Disable camera until reboot: `sudo modprobe -r uvcvideo`
-* Re-enable camera: `sudo modprobe uvcvideo`
+#### Joining a test call with multiple users
+
* Send fake-stream (audio and video) in Firefox:
1. Open `about:config`
2. Search for `fake`
3. Toggle `media.navigator.streams.fake` to **true**
+ 4. Set `media.navigator.audio.fake_frequency` to **60** for more pleasant sound experience
+* Afterwards install the [Firefox Multi-Account Containers](https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/) addon
+* Now you can create multiple account containers, log in with a different Nextcloud account on each of them and join the same call with multiple different users
+
+#### Modifying available media devices
+
+* Disable camera until reboot: `sudo modprobe -r uvcvideo`
+* Re-enable camera: `sudo modprobe uvcvideo`
### API documentation