Difference between revisions of "NextCloud/Features/Talk"

From Adam Meola - wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Talk==
 
==Talk==
==="Chat, video & audio-conferencing using WebRTC===
+
<span style="font-size:2.5em">"</span>Chat, video & audio-conferencing using WebRTC
 +
<ul>
 +
    <li>
 +
        💬 Chat integration! Nextcloud Talk comes with a simple text chat. Allowing you to share files from your Nextcloud and mentioning other participants.
  
* 💬<span style="background-color: initial; font-size: 14px;"></span><strong style="background-color: initial; font-size: 14px;">Chat integration!</strong><span style="background-color: initial; font-size: 14px;"></span><span style="background-color: initial; font-size: 14px;">Nextcloud Talk comes with a simple text chat. Allowing you to share files from your Nextcloud and mentioning other participants.</span>
+
    </li>
* 👥<span style="background-color: initial; font-size: 14px;"></span><strong style="background-color: initial; font-size: 14px;">Private, group, public and password protected calls!</strong><span style="background-color: initial; font-size: 14px;"></span><span style="background-color: initial; font-size: 14px;">Just invite somebody, a whole group or send a public link to invite to a call.</span>
+
    <li>
* 💻<span style="background-color: initial; font-size: 14px;"></span><strong style="background-color: initial; font-size: 14px;">Screen sharing!</strong><span style="background-color: initial; font-size: 14px;"></span><span style="background-color: initial; font-size: 14px;">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</span><span style="background-color: initial; font-size: 14px;"></span><a href="https://chrome.google.com/webstore/detail/screensharing-for-nextclo/kepnpjhambipllfmgmbapncekcmabkol" rel="noopener noreferrer" style="font-size: 14px;">Chrome extension</a><span style="background-color: initial; font-size: 14px;">.</span>
+
        👥 Private, group, public and password protected calls! Just invite somebody, a whole group or send a public link to invite to a call.
* 🚀<span style="background-color: initial; font-size: 14px;"></span><strong style="background-color: initial; font-size: 14px;">Integration with other Nextcloud apps</strong><span style="background-color: initial; font-size: 14px;"></span><span style="background-color: initial; font-size: 14px;">like Files, Contacts and Deck. More to come.</span>
 
<span style="background-color: initial; font-size: 14px;"></span>
 
  
===And in the works for the coming versions:===
+
    </li>
 +
    <li>
 +
        💻 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.
  
* ✋Federated calls, to call people on other Nextclouds ==="===
+
    </li>
 +
    <li>
 +
        🚀 Integration with other Nextcloud apps like Files, Contacts and Deck. More to come.
 +
 
 +
    </li>
 +
</ul>
 +
And in the works for the coming versions:
 +
<ul>
 +
    <li>
 +
        ✋ Federated calls, to call people on other Nextclouds<span style="font-size:2.5em">"</span>
 +
    </li>
 +
</ul>
 +
 
 +
 
 +
Basically, a nice self hosted video chat solution.  Video calls, screen sharing, audio calls, etc.
 +
 
 +
The whole thing runs on peerJS, so there's nothing happening server-side other than establishing the handshakes...  Consequently, the platform will choke a bit as you add more and more users to a single call...

Latest revision as of 16:06, 16 March 2021

Talk

"Chat, video & audio-conferencing using WebRTC

  • 💬 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.

And in the works for the coming versions:

  • ✋ Federated calls, to call people on other Nextclouds"


Basically, a nice self hosted video chat solution. Video calls, screen sharing, audio calls, etc.

The whole thing runs on peerJS, so there's nothing happening server-side other than establishing the handshakes... Consequently, the platform will choke a bit as you add more and more users to a single call...