Nextcloud Hub 9: Be connected
Mit Nextcloud Hub 9 bleiben Sie vernetzt. Neue Federation-Funktionen, Automatisierung von Workflows, neues Design und vieles mehr!
Mehr lesenNextcloud 11 introduces experimental video and audio call integration through the Spreed app, designed to be easy to install and nicely integrated. We will walk through the current state and some plans for the future.
The Spreed app uses the web standard WebRTC for communications. It has been built in PHP to enable easy installation and integration in Nextcloud.
The app is currently experimental, in no small part due to the limitations of the WebRTC technology. Current limitations include:
Right now, the following features are available:
You just need to click on one of the users presented on the list:
This will create a private call between you and that user. The other user will receive a notification saying that you have invited him or her to a private call.
There are different ways to create a group call. First you could select one of your Nextcloud groups that appear in the dropdown list.
This will immediately create a group call, adding all users from that group as participants of that call, including yourself even if you are not part of that Nextcloud group. All group members will receive a notification saying that you have invited them to a group call.
Another possibility is to add participants to an existing call. This could be done by selecting the “Add person” option in the call menu.
As the name suggests, these calls are accessible for everyone, even people who are not users on your Nextcloud instance. There are also a few ways to start a public call. You can just select the option “New public room”. This will create a public call where you are the only participant. You can then share the link that is showed with your friends and they will be able to join that call. Also, you can still add Nextcloud users by adding them as described in group calls. You can make any call public by selecting the option “Share link” from the call menu.
If you want a call to no longer be public you just need to click on the “Unshare” icon in the call menu. This will convert that call to a normal group call again, and only the participants of that call from your Nextcloud server will be able to enter.
If you would like to test out Spreed, you can go to the built in Nextcloud app store (the plus in the apps menu) where you can find it. You can learn more about the app in our web app store. After adding the app to your Nextcloud instance, everything will just work out of the box. No further installation steps will be needed.
This is just the beginning of what we want to achieve with this app. We are working hard to bring new features, make the app more stable and integrate it deeper in Nextcloud. You can get involved in our github repo by reporting bugs or adding code!