🗨️ Nextcloud Talk – chat, video & audio calls for Nextcloud
Перейти к файлу
Joas Schilling 04063898e6
Merge pull request #10760 from nextcloud/bugfix/noid/remove-email-wording
fix(LeftSidebar): Adjust wording to be less email like
2023-10-23 15:50:20 +02:00
.github fix(CI): Fix CI on pushes 2023-10-16 10:41:11 +02:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:58:18 +00:00
appinfo feat(consent): Save recording consent to DB and allow retrieving with OCC 2023-10-18 10:31:20 +02:00
composer perf(autoloader): Force own autoloader 2023-01-25 09:47:45 +01:00
css fix(chat): Fix CSS selector for avatars 2023-10-11 10:59:01 +02:00
docs feat(events): Add typed event for sending the email invite to guests 2023-10-20 15:14:20 +02:00
img Add FLAC version of call sounds 2023-06-26 13:50:12 +02:00
l10n Fix(l10n): Update translations from Transifex 2023-10-23 00:29:16 +00:00
lib fix(events): Remove stray imports 2023-10-20 15:59:23 +02:00
sample-commands Update coding standard 2022-02-09 11:53:50 +01:00
src Merge pull request #10760 from nextcloud/bugfix/noid/remove-email-wording 2023-10-23 15:50:20 +02:00
templates fix: remove import of deleted `At.css` 2023-02-22 09:55:17 +01:00
tests fix(CI): Add stub for circles events 2023-10-22 12:11:18 +02:00
vendor-bin chore(deps-dev): Bump friendsofphp/php-cs-fixer in /vendor-bin/csfixer 2023-10-14 01:12:25 +00:00
.editorconfig Add .editorconfig with same rules as Nextcloud server 2023-05-09 10:10:16 +02:00
.eslintignore Adjust code imported from Jitsi to Talk style 2021-10-11 16:48:38 +02:00
.eslintrc.js lint files 2023-10-03 19:04:54 +02:00
.gitattributes All items in js/ are now compiled 2019-10-18 10:31:15 +02:00
.gitignore Create build files in their own directory 2023-09-26 20:14:56 +02:00
.l10nignore Ignore all compiled JS from translations 2019-10-18 10:30:57 +02:00
.php-cs-fixer.dist.php Add Mozart to avoid conflict with other JWT apps 2022-09-01 10:53:37 +02:00
.readthedocs.yaml fix(docs): Add readthedocs config to try fixing the build 2023-10-23 09:04:59 +02:00
.stylelintignore Fix Stylelint 2020-03-24 11:32:49 +01:00
CHANGELOG.md chore(release): Add changelog for 15.0.8, 16.0.6 and 17.1.1 2023-09-21 16:13:33 +02:00
COPYING add a proper readme file and a license file 2016-11-28 15:20:19 +01:00
Makefile fix(docs): Add readthedocs config to try fixing the build 2023-10-23 09:04:59 +02:00
README.md Update README.md 2023-10-20 20:40:54 +05:30
babel.config.js build: remove TS related tooling and files 2023-03-13 16:17:42 +01:00
composer.json Install openapi-extractor 2023-10-06 12:39:19 +02:00
composer.lock chore(dev-deps): Bump nextcloud/ocp package 2023-10-22 12:02:37 +02:00
jest.config.js chore(deps): update ignore patterns for jest 2023-10-10 11:31:08 +02:00
jest.global.setup.js chore(front): make unit-testing cross-platform 2023-05-02 17:55:31 +02:00
mkdocs.yml feat: Start a list with know bots 2023-08-10 13:47:00 +02:00
openapi.json fix(openapi): Regenerate OpenAPI.json 2023-10-11 07:41:54 +02:00
package-lock.json Merge pull request #10744 from nextcloud/dependabot/npm_and_yarn/emoji-regex-10.3.0 2023-10-21 07:40:01 +00:00
package.json Merge pull request #10744 from nextcloud/dependabot/npm_and_yarn/emoji-regex-10.3.0 2023-10-21 07:40:01 +00:00
psalm.xml fix(CI): Add stub for circles events 2023-10-22 12:11:18 +02:00
stylelint.config.js fix: remove import of deleted `At.css` 2023-02-22 09:55:17 +01:00
tsconfig.json build: add tsconfig.json for ESBuild 2023-08-18 15:16:28 +02:00
webpack.common.config.js build: use ESBuild for transpiling and minimizing in Webpack 2023-08-18 15:16:28 +02:00
webpack.config.js Move into one component and add loading component 2023-09-11 09:06:01 +02:00

README.md

Nextcloud Talk

A video & audio conferencing app for Nextcloud

Elevator
Why is this so awesome?
📚 Documentation
🚧 Development Setup

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 mention 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 the participants of your call.
  • 🚀 Integration with other Nextcloud apps like Files, Calendar, User status, Dashboard, Flow, Maps, Smart picker, Contacts, Deck, and many more.
  • 🎡 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 🤓


📚 Documentation

📦 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 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.


🚧 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.

🏎️ Faster frontend developing with HMR

You can enable HMR (Hot module replacement) to avoid page reloads when working on the frontend:

  1. Install and enable hmr_enabler app
  2. Run npm run serve
  3. Open the normal Nextcloud server URL (not the URL given by above command)

We are also available on our public Talk team conversation, if you want to join the discussion.

🪄 Useful tricks for testing video calls

👥 Joining a test call with multiple users

  • Send fake-stream (audio and video) in Firefox:
    1. Open about:config
    2. Search for fake
    3. Toggle media.navigator.streams.fake to true
    4. Set media.navigator.audio.fake_frequency to 60 for more pleasant sound experience
  • Afterwards install the Firefox Multi-Account Containers addon
  • Now you can create multiple account containers, log in with a different Nextcloud account on each of them and join the same call with multiple different users

📸 Modifying available media devices

  • Disable camera until reboot: sudo modprobe -r uvcvideo
  • Re-enable camera: sudo modprobe uvcvideo

🔃 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

  • 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 issues

You 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.

💙 Contribution Guidelines

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