Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-07-08 13:49:51 +0300
committerJoas Schilling <coding@schilljs.com>2019-07-08 13:49:51 +0300
commitb21b600654f0aef7c338cc69237543ccbbb2dd94 (patch)
tree4ae438f93a2ce5510e3c4ddf9404b286985808fa /README.md
parent9068ddacf1716087252ed49e9ef24fbbc277d6c1 (diff)
Update readme with some hints
Signed-off-by: Joas Schilling <coding@schilljs.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 0549df1ab..bfa2f6b83 100644
--- a/README.md
+++ b/README.md
@@ -41,9 +41,13 @@ Here's a short [video](https://youtu.be/KdTsWIy4eN0) on how it's done.
1. Simply clone this repository into the `apps` folder of your Nextcloud development instance.
2. Run `make dev-setup`
3. Then activate it through the apps management. :tada:
+4. To build the docs locally, install mkdocs locally: `apt install mkdocs mkdocs-bootstrap`
-We are also available on [Freenode IRC #nextcloud-talk](https://webchat.freenode.net/?channels=nextcloud-talk), if you want to join the discussion.
+We are also available on [our public Talk team conversation](https://cloud.nextcloud.com/call/c7fz9qpr), if you want to join the discussion.
+### API documentation
+
+The API documentation is available at https://nextcloud-talk.readthedocs.io/en/latest/
### Milestones and Branches
@@ -63,10 +67,14 @@ This is only off close to releases of the server, to allow easier finishing of f
You can always pick a task of any of the milestones and we will help you to get it into the assigned milestone or also an earlier one if time permits. It's just a matter of having an overview and better visibility what we think should be worked on, but it's not exclusive.
-### Disabling internal camera/audio for testing
+### Useful tricks for testing
* Disable camera until reboot: `sudo modprobe -r uvcvideo`
* Re-enable camera: `sudo modprobe uvcvideo`
+* Send fake-stream (audio and video) in firefox:
+ 1. Open `about:config`
+ 2. Search for `fake`
+ 3. Toggle `media.navigator.streams.fake` to **true**
## Contribution Guidelines