🗨️ Nextcloud Talk – chat, video & audio calls for Nextcloud
Перейти к файлу
Joas Schilling 25ef5941d7
Merge pull request #2780 from nextcloud/bugfix/noissue/fix-avatar-alignment-in-messagelist
Fix avatar alignment in message list
2020-01-17 11:51:23 +01:00
.github Unify the stylelinting into 1 call 2019-12-05 22:19:46 +01:00
.tx Fix tx config 2018-02-12 23:04:39 +01:00
appinfo Update the changelog and the version 2020-01-16 23:00:31 +01:00
css Fix icons in chat tab of Files app 2020-01-16 18:33:39 +01:00
docs Allow to start conversations with circles 2019-12-20 10:52:52 +01:00
img Create AdvancedInput component 2019-10-09 10:50:25 +02:00
l10n [tx-robot] updated from transifex 2020-01-17 03:02:45 +00:00
lib Add dummy Talk sidebar to public share page 2020-01-16 18:33:38 +01:00
sample-commands More verbose feedback on sample commands 2019-04-08 17:00:54 +02:00
src Fix avatar alignment in message list 2020-01-17 11:38:22 +01:00
templates Use CSS and JS from the server so the auth page is automatically fixed 2020-01-14 19:09:27 +01:00
tests Fix unit tests 2019-12-20 10:55:30 +01:00
.drone.yml Remove code from bundling webrtc manually 2019-12-16 12:01:33 +01:00
.eslintignore Fix stylelint errors 2019-12-13 22:15:41 +01:00
.eslintrc.js Fix eslint configuration 2019-10-21 09:25:19 +02:00
.gitattributes All items in js/ are now compiled 2019-10-18 10:31:15 +02:00
.gitignore Fix warnings and errors with phpunit 8 2019-11-28 14:54:16 +01:00
.l10nignore Ignore all compiled JS from translations 2019-10-18 10:30:57 +02:00
.stylelintignore Fix stylelint errors 2019-12-13 22:15:41 +01:00
.stylelintrc Fix stylelint ::v-deep 2019-12-05 22:13:50 +01:00
CHANGELOG.md Update the changelog and the version 2020-01-16 23:00:31 +01:00
COPYING add a proper readme file and a license file 2016-11-28 15:20:19 +01:00
Makefile Remove more files from the release package 2019-12-16 12:09:13 +01:00
README.md Update README.md 2019-12-06 20:32:19 +01:00
check-vuejs-builds.sh Remove vue/ because it's empty 2019-10-18 13:14:11 +02:00
mkdocs.yml Fix docs 2019-12-04 15:51:20 +01:00
package-lock.json Remove v-deeps from the sidebar 2020-01-16 19:06:57 +01:00
package.json Remove v-deeps from the sidebar 2020-01-16 19:06:57 +01:00
run-stylelint.sh Unify the stylelinting into 1 call 2019-12-05 22:19:46 +01:00
webpack.common.js Add dummy Talk sidebar to public share page 2020-01-16 18:33:38 +01:00
webpack.dev.js Create Message component 2019-10-09 10:48:26 +02:00
webpack.prod.js Create Message component 2019-10-09 10:48:26 +02:00

README.md

Nextcloud Talk

Video- & audio-conferencing app for Nextcloud

Why is this so awesome?

  • 💬 Chat integration! Nextcloud Talk comes with a simple text chat. Allowing you to share files from your Nextcloud and mentioning other participants.
  • 👥 Private, group, public and password protected calls! Just invite somebody, a whole group or send a public link to invite to a call.
  • 💻 Screen sharing! Share your screen with participants of your call. You just need to use Firefox version 52 (or newer), latest Edge or Chrome 49 (or newer) with this Chrome extension.
  • 🚀 Integration with other Nextcloud apps like Files, Contacts and Deck. More to come.
  • 🙈 Were not reinventing the wheel! Based on the great simpleWebRTC library.

And in the works for the coming versions:

If you have suggestions or problems, please open an issue or contribute directly :)

Supported Browsers

Browser Compatible
Firefox ✔️ 52 or later
Chrome/Chromium ✔️ 49 or later
Edge ⚠️ latest versions
🎤 Speakers are not promoted
🏷 Name changes while a call is on-going are not reflected
Safari ⚠️ 12 or later
No screensharing support
🖥 Viewing screens of others works

Installing for Production

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 installation, but the guys from Nextcloud VM have developed a script which takes care of everything for you. You can find the script here. The script is tested on Ubuntu Server 18.04, but should work on 16.04 as well. Please keep in mind that it's developed for the VM specifically and any issues should be reported in that repo, not here.

Here's a short video on how it's done.

If you need to use Talk in a enterprise environment, including the ability to have calls with more than 5-6 users, you can contact our sales team for access to our high performance back-end. This is a set of components that replaces some of the PHP code with a more scalable and performant solution that decreases network traffic and allows dozens or hundreds of users in a call.

Development setup

  1. Simply clone this repository into the apps folder of your Nextcloud development instance.
  2. Run make dev-setup to install the dependencies;
  3. Run make build-js
  4. Then activate it through the apps management. 🎉
  5. To build the docs locally, install mkdocs locally: apt install mkdocs mkdocs-bootstrap

We are also available on our public Talk team conversation, 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

Branches

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.

Milestones

  • 5.0.0 - Numeric milestones are settled and waiting for their release or some final polishing
  • 💙 Next Minor (15) - The next minor milestone is for issues/PR that go into the next Dot-Release for the given Nextcloud version (in the example 15 - e.g. 5.0.1)
  • 💚 Next Major - The next major milestone is for issues/PR that go into the next feature release for the new Major Nextcloud version (as there are Minors for 15, this would be 16)
  • 💛 Following Major - The following major milestone is for issues/PR that should be worked towards/on but didn't make it into the next major due to timing constraints
  • 💔 Backlog - The backlog milestone is assigned to all remaining issues

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.

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

For more information please see the guidelines for contributing to this repository.