Skip to content

Commit 2fd0665

Browse files
authored
Merge pull request #13727 from nextcloud/fix/noid/talk-20-features
2 parents 3b7a384 + efa85ac commit 2fd0665

File tree

7 files changed

+49
-3
lines changed

7 files changed

+49
-3
lines changed

user_manual/talk/advanced_features.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,16 @@ From within Deck, you can share tasks into chat conversations.
8787
.. image:: images/deck-talk-share-card-to-chat-in-talk.png
8888
:width: 600px
8989

90+
Meetings and events
91+
--------------------
92+
93+
If calendar events have a Talk conversation set as event location, you will see an information about upcoming events inside of this conversation.
94+
That way you can stay informed about scheduled meetings or activities directly within your chat.
95+
If Calendar app is enabled, you can click on an event to view details.
96+
97+
.. image:: images/events-upcoming.png
98+
:width: 400px
99+
90100
Breakout rooms
91101
--------------
92102
Breakout rooms allow you to divide a Nextcloud Talk call into smaller groups for more focused discussions. The moderator
@@ -204,8 +214,6 @@ Federated conversation
204214
----------------------
205215
With Federation feature, users can create conversations across different federated Talk instances and use Talk features as if they were on a same server.
206216

207-
**Important** Under current development. Basic chat features are available, more to come in the future!
208-
209217
Feature is required to be set up by the system administration.
210218

211219
Send and accept invites
@@ -230,3 +238,5 @@ By accepting the invite, conversation will appear in the list as any other one.
230238

231239
.. image:: images/federation-conversations-list.png
232240
:width: 400px
241+
242+
You can use it further to chat with participants from other federated servers, join calls and use other available Talk features.
16.2 KB
Loading
14.2 KB
Loading
13.7 KB
Loading
9.58 KB
Loading
15.6 KB
Loading

user_manual/talk/talk_basics.rst

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ Basics of Nextcloud Talk
44

55
Nextcloud Talk lets you chat and have video calls on your own server.
66

7-
Chats and calls take place in conversations. You can create any number of conversations. There are two kinds of conversations:
7+
Chats and calls take place in conversations. You can create any number of conversations. There are several kinds of conversations:
88

99
1. **One-on-one conversations.** This is where you have a private chat or call with another Talk user. You can't add other people to this conversation or share it with a link. You start a direct one-on-one chat by looking for another user in the search bar and then clicking their name.
10+
If a user becomes unavailable for long period and set an out-of-office status, you will find additional information in this conversation, such as provided description, absence date, or their replacement person.
1011

1112

1213
2. **Group conversations.** Besides the person who created the conversation, a group conversation can have any number of people in it. A group conversation can be shared publicly with a link, so external guest users can join a call. It can also be listed, so other people on your Nextcloud server can join the conversation.
1314

15+
16+
3. **Note to self.** This is a special conversation with yourself. You can use it to write message notes, create to-do lists or forward content to save.
17+
1418
Creating a chat
1519
---------------
1620

@@ -98,6 +102,16 @@ You can add emoji using the picker on the left of the text input field.
98102
.. image:: images/emoji-picker.png
99103
:width: 400px
100104

105+
Smart Picker
106+
------------
107+
108+
Smart picker shortcut makes it easier to insert links, files, or other content into your conversations.
109+
Just choose the type of content you want to insert (files, Talk conversations, Deck cards, GIFs, etc.)
110+
You can also type `/` in the chat input to open the selector.
111+
112+
.. image:: images/smart-picker.png
113+
:width: 400px
114+
101115
Editing messages
102116
----------------
103117

@@ -231,6 +245,28 @@ Here you can configure the description, guest access, if the conversation is vis
231245
.. image:: images/conversation-settings-dialog.png
232246
:width: 600px
233247

248+
Ban participants
249+
----------------
250+
251+
To help keep discussions safe and under control, moderators can ban participants from conversations.
252+
It could be internal users or guests (in this case their IP-addresse will additionally be banned).
253+
254+
In the participants list, select the user or guest you, and click ``Remove participant``.
255+
256+
.. image:: images/ban-participant.png
257+
:width: 300px
258+
259+
There, toggle checkbox ``Also ban from this conversation`` and provide a reason for the ban. The banned user will be removed and prevented from rejoining.
260+
261+
.. image:: images/ban-participant-dialog.png
262+
:width: 400px
263+
264+
You can later find the list of banned users in the ``Moderation`` section of conversation settings.
265+
Here, you can see the reason for the ban and revert it if needed.
266+
267+
.. image:: images/ban-participant-list.png
268+
:width: 400px
269+
234270
Messages expiration
235271
-------------------
236272

0 commit comments

Comments
 (0)