summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-03-29 12:54:40 +0200
committerJoas Schilling <coding@schilljs.com>2018-03-29 12:54:52 +0200
commita6a97da84be30908bf806c68f5afe00fc66e178d (patch)
tree4070b918e3cc4b34ddba64205096643184d930c4 /README.md
parent0c7378d19ffee94957fe4b887c5d14f56fb2e3c5 (diff)
Allow to join without camera/mic
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 64b416d99..a2231bdf6 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,11 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
If you have suggestions or problems, please [open an issue](https://github.com/nextcloud/spreed/issues) or contribute directly :)
+## Disabling internal camera/audio for testing
+
+* Disable camera until reboot: `sudo modprobe -r uvcvideo`
+* Re-enable camera: `sudo modprobe uvcvideo`
+
## Contribution Guidelines
Please read the [Code of Conduct](https://nextcloud.com/community/code-of-conduct/). This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other.