You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Nextcloud bot a9ff667216
[tx-robot] updated from transifex
7 years ago
.github Merge pull request #1447 from nextcloud/nickvergessen-patch-1 7 years ago
.tx Fix tx config 8 years ago
appinfo Update version on master 7 years ago
css Fix vertical position of confirm icon in authenticate page 7 years ago
docs Add actor types index. 7 years ago
img Start changelog implementation 7 years ago
js Fix messages not loaded when commands are used with the MCU 7 years ago
l10n [tx-robot] updated from transifex 7 years ago
lib Add document about invisible messages not returned by ChatController 7 years ago
sample-commands More verbose feedback on sample commands 7 years ago
templates Select2 is in the main dist file 7 years ago
tests Add basic integration tests for commands 7 years ago
vue Merge make files and remove compiled JS 7 years ago
.bowerrc add Backbone.Marionette 9 years ago
.drone.yml Adjust drone config for Drone 1.0 7 years ago
.eslintignore Remove JavaScript test configuration and dependencies 7 years ago
.eslintrc.yml Fix eslint 8 years ago
.gitattributes Adjust ignore files 7 years ago
.gitignore Merge pull request #1779 from nextcloud/techdebt/noid/root-make-file-and-remove-compiled-assets 7 years ago
.l10nignore Adjust ignore files 7 years ago
.stylelintrc Added script to check CSS files using stylelint. 9 years ago
CHANGELOG.md Fix changelog.md 7 years ago
COPYING add a proper readme file and a license file 9 years ago
Makefile Merge pull request #1779 from nextcloud/techdebt/noid/root-make-file-and-remove-compiled-assets 7 years ago
README.md Update README description 7 years ago
bower.json Add At.js and dependencies 8 years ago
check-handlebars-templates.sh Add Drone step to check the Handlebars templates 7 years ago
compile-handlebars-templates.sh Merge make files and remove compiled JS 7 years ago
package-lock.json Remove JavaScript test configuration and dependencies 7 years ago
package.json Remove JavaScript test configuration and dependencies 7 years ago
run-eslint.sh Check JavaScript / CSS files for errors/style using Drone CI (#42). 9 years ago
run-stylelint.sh Added script to check CSS files using stylelint. 9 years ago

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.
  • 🙈 We’re 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.

Development setup

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

We are also available on Freenode IRC #nextcloud-talk, if you want to join the discussion.

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.

Disabling internal camera/audio for testing

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

Contribution Guidelines

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