🗨️ Nextcloud Talk – chat, video & audio calls for Nextcloud
Перейти к файлу
dependabot[bot] 0066c59ba8
Bump @nextcloud/eslint-config from 8.1.5 to 8.2.0
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 8.1.5 to 8.2.0.
- [Release notes](https://github.com/nextcloud/eslint-config/releases)
- [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/eslint-config/compare/v8.1.5...v8.2.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-14 03:38:44 +00:00
.github chore(CI): Bump action templates to latest versions 2023-01-05 10:08:29 +01:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:58:18 +00:00
appinfo Merge pull request #8525 from nextcloud/feature/move-recording-methods 2023-01-05 06:58:23 +01:00
css Fix dashboard icon on dark mode again 2022-09-13 10:01:25 +02:00
docs Merge pull request #8462 from nextcloud/feature/8338/breakout-rooms-api-4 2023-01-05 02:51:23 +01:00
img Add viewbox to SVG 2022-09-20 10:04:16 +02:00
l10n Fix(l10n): 🔠 Update translations from Transifex 2023-01-13 03:02:52 +00:00
lib Merge pull request #8527 from nextcloud/techdebt/noid/hello-php8 2023-01-06 10:36:01 +01:00
sample-commands Update coding standard 2022-02-09 11:53:50 +01:00
src fix linter 2023-01-08 12:51:13 +03:00
templates Remove old import of admin css 2022-09-13 12:20:06 +02:00
tests Merge pull request #8525 from nextcloud/feature/move-recording-methods 2023-01-05 06:58:23 +01:00
vendor-bin chore(dev-deps): Bump nextcloud/ocp package 2023-01-08 04:27:59 +00:00
.drone.jsonnet Adjust postgres database access 2022-12-06 19:04:30 +01:00
.drone.yml Adjust postgres database access 2022-12-06 19:04:30 +01:00
.eslintignore
.eslintrc.js
.gitattributes
.gitignore Execute the test on CI 2022-09-19 15:52:23 +02:00
.l10nignore
.php-cs-fixer.dist.php Add Mozart to avoid conflict with other JWT apps 2022-09-01 10:53:37 +02:00
.stylelintignore
CHANGELOG.md Changelog 13.0.11, 14.0.7 and 15.0.2 2022-12-02 20:28:42 +01:00
COPYING
Makefile Add Mozart to avoid conflict with other JWT apps 2022-09-01 10:53:37 +02:00
README.md Update browser compatibility list 2022-11-09 13:01:13 +01:00
babel.config.js Use jest instead of @vue/cli-plugin-jest 2022-09-12 17:21:12 +02:00
composer.json 🌆 Bump minimum platform PHP version 2022-12-09 15:41:58 +01:00
composer.lock chore(dev-deps): Bump nextcloud/ocp package 2023-01-08 04:27:59 +00:00
jest.config.js Fix tests 2022-09-13 16:22:03 +02:00
mkdocs.yml Moved methods of recording api to specific controller 2022-12-12 14:26:59 -03:00
package-lock.json Bump @nextcloud/eslint-config from 8.1.5 to 8.2.0 2023-01-14 03:38:44 +00:00
package.json Bump @nextcloud/eslint-config from 8.1.5 to 8.2.0 2023-01-14 03:38:44 +00:00
psalm.xml Fix psalm schema location 2023-01-04 16:19:48 -03:00
stylelint.config.js Fix some stylelint warnings 2022-01-19 10:31:45 +01:00
tsconfig.json Fix build 2022-05-18 08:19:30 +02:00
webpack.config.js Move to vue component DashboardWidget and DashboardWidgetItem 2022-11-18 10:00:22 +01:00

README.md

Nextcloud Talk

A video & audio conferencing app for Nextcloud

Why is this so awesome?

  • 💬 Chat Nextcloud Talk comes with a simple text chat, allowing you to share or upload files from your Nextcloud Files app or local device and mentioning other participants.
  • 👥 Private, group, public and password protected calls! Invite someone, 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 66 (or newer), latest Edge or Chrome 72 (or newer, also possible using Chrome 49 with this Chrome extension).
  • 🚀 Integration with other Nextcloud apps like Files, Calendar, User status, Dashboard, Flow, Contacts and Deck, with more to come.
  • 🎡 Were not reinventing the wheel! Based on the great simpleWebRTC library.
  • 🌉 Sync with other chat solutions With Matterbridge being integrated in Talk, you can easily sync a lot of other chat solutions to Nextcloud Talk and vice-versa.

More 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
Opera ✔️ 72 or later
Safari ✔️ 13 or later
⚠️ Safari 12 also works, but can not share their own screen
Edge ⚠️ Latest versions
🎤 Speakers are not promoted
🏷 Name changes while a call is on-going are not reflected

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 to install. You can find instructions in our documentation and the team behind the Nextcloud VM has developed a script which 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.

Scalability

Talk works peer to peer, that is, each participant sends an end-to-end encrypted stream to every other participant and receives one stream per other participant. Bandwidth usage grows with the number of participants.

A single video stream currently uses about 1 Mbit/sec and the total required bandwidth can be calculated as follows:

1 Mbit/s * (participants - 1)

This means that in a call with 5 participants, each has to send and receive about 4 Mbit/sec. Given the asymmetric nature of most typical broadband connections, it's sending video that quickly becomes the bottleneck. Moreover, decoding all those video streams puts a big strain on the system of each participant.

To limit and CPU bandwidth usage, participants can disable video. This will drop the bandwidth use to audio only, about 50 kbit/sec (about 1/20th of the bandwidth of video), eliminating most decoding work. When all participants are on a fast network, a call with 20 people without video could be doable.

Still a call creates a load on the participants' browsers (decoding streams) and on the server as it handles signaling. This, for example, also has consequences for devices that support calls. Mobile device browsers will sooner run out of compute capacity and cause issues to the call. While we continuously work to optimize Talk for performance, there is still work to be done so it is not unlikely that the bottleneck will be there for the time being. We very much welcome help in optimization of calls!

How to have the maximum number of participants in a call

To make sure a call can sustain the largest number of participants, make sure that:

  • each participant has a fast upload and download.
  • each participant has a fast enough system. This means:
    • on a desktop/laptop system, a browser like Firefox or Chrome should be used. The WebRTC implementation in other browsers is often sub-par. On a laptop, the power cord should be plugged in - this often results in better CPU performance.
    • on mobile devices, the Android/iOS apps should be used because mobile browsers will run out of computing power quickly.
  • all participant disables their video streams.

With this setup, 20 users should be possible in a typical setup.

Scaling beyond 5-20 users in a call

Nextcloud offers a partner product, the Talk High Performance Back-end, which deals with this scalability issue by including a Selective Forwarding Unit (SFU). Each participant sends one stream to the SFU which distributes it under the participants. This typically scales to 30-50 or even more active participants. Furthermore, the HPB setup also allows calls with hundreds of passive participants. With this number of participants is only limited by the bandwidth of the SFU setup. This is ideal for one-to-many streaming like webinars or remote teaching lessons.

The HPB also takes care of signaling, decreasing the load of many calls on the Talk server and optional SIP integration so users can dial in to calls by phone.

If you need to use Talk in an enterprise environment, contact our sales team for access to the Talk High Performance Back-end. See our website for more details and pricing.

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.

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

API documentation

The API documentation is available on nextcloud-talk.readthedocs.io/.

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

  • 10.0.0 - Numeric milestones are settled and waiting for their release or some final polishing
  • 💛 Next Minor (20) - The next minor milestone is for issues/PR that go into the next Dot-Release for the given Nextcloud version (in the example 20 - e.g. 10.0.1)
  • 💚 Next Major (21) - 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 20, this would be 21)
  • 💔 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.

Contribution Guidelines

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