📞😀 Nextcloud Talk – chat, video & audio calls for Nextcloud
A video & audio conferencing app for Nextcloud
Elevator |
---|
✨ Why is this so awesome? |
📚 Documentation |
🚧 Development Setup |
More in the works for the coming versions.
If you have suggestions or problems, please open an issue or contribute directly 🤓
Nextcloud Talk is really easy to install. You just need to enable the app from the Nextcloud App Store and everything will work out of the box.
There are some scenarios (users behind strict firewalls / symmetric NATs) where a TURN server is needed. That’s a bit more tricky to install. You can find instructions in our documentation and the team behind the Nextcloud VM has developed a script that takes care of everything for you (vm-talk.sh). The script is tested on the recent Ubuntu Server LTS. Please keep in mind that it’s developed for the VM specifically and any issues should be reported in that repository, not here.
Here’s a short video on how it’s done.
apps
folder of your Nextcloud development instance.make dev-setup
to install the dependencies.make build-js
.apt install mkdocs mkdocs-bootstrap
.Also see our step by step guide on how to set up a full development environment.
You can enable HMR (Hot module replacement) to avoid page reloads when working on the frontend:
hmr_enabler
appnpm run serve
We are also available on our public Talk team conversation, if you want to join the discussion.
git config blame.ignoreRevsFile .git-blame-ignore-revs
When testing federated conversations locally, some additional steps might be needed,
to improve the behaviour and allowing the servers to talk to each others:
occ config
set sharing.federation.allowSelfSignedCertificates --value true --type bool
occ security
import /path/to/the/nextcloud.crt
occ security:certificates
occ config
set allow_local_remote_servers --value true --type bool
Additionally you can enable debug mode that will list local users as federated users options
allowing you to federate with accounts on the same instance. Federation will still work
and use the full federation experience and opposed to the federated files sharing not
create a local share instead.
about:config
fake
media.navigator.streams.fake
to truemedia.navigator.audio.fake_frequency
to 60 for more pleasant sound experiencesudo modprobe -r uvcvideo
sudo modprobe uvcvideo
In the Talk app we have one branch per Nextcloud server version. stable*
branches of the app should always work with the same branch of the Nextcloud server.
This is only off close to releases of the server, to allow easier finishing of features, so we don’t have to backport them.
v17.0.0
- Numeric milestones are settled and waiting for their release or some final polishing💛 Next Patch (27)
- The next patch milestone is for issues/PR that go into the next Dot-Release for the given Nextcloud version (in the example 27 - e.g. 17.0.1)💚 Next Major (28)
- The next major milestone is for issues/PR that go into the next feature release for the new Major Nextcloud version (as there are Patch releases for 27, this would be 28)💔 Backlog
- The backlog milestone is assigned to all remaining issuesYou can always pick a task of any milestone, 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.
For more information please see the guidelines for contributing to this repository.