Les bases de Nextcloud Discussion

Nextcloud Talk vous permet de dialoguer ou de passer des appels vidéo depuis votre propre serveur.

Getting started

Chats and calls take place in conversations. You can create any number of conversations. There are different types of conversations:

1. Private (one-to-one) conversations

This is where you have a private chat or call with another Talk user.

In content sidebar, you can find additional information about the person you are chatting with, such as their email address, phone number, or other details they have shared in their profile.

../../_images/one-to-one-right-sidebar.png

Nobody except you and the other person can see this conversation or join a call in it. You can extend an ongoing call to a new group conversation by adding more people. Call will be continued there without interruption.

../../_images/one-to-one-extend.png

If a user becomes unavailable and set an out-of-office status in Personal settings > Availability, you will find additional information in this conversation, such as provided description, absence date, or their replacement person.

../../_images/one-to-one-out-of-office.png

2. Group conversations

A group conversation can have any number of people in it. You can add internal users, email guests, groups or teams to a group conversation upon creation, or when it already exists, via the Participants tab.

A group conversation can be shared with a public link, so guests can join a chat and a call. It can also be opened to registered users (or users from “Guests” app), so they can discover and join this conversation.

../../_images/group-public-settings.png

3. Note to self

This is a special conversation with yourself. Messages here do not have a limit for editing or deletion. You can use it to:

  • Take notes: write down ideas, reminders, or important information you want to keep handy.

  • Create to-do lists: use Markdown syntax to create checklists for tasks you need to complete.

  • Forward messages from other chat: use the message menu to forward important messages from other conversations to your Note to self.

../../_images/note-to-self.png

4. Disposable conversations

These conversations cover some special cases and exist for a limited period of time. Retention period can be configured by an instance administration:

  • Instant meetings: these conversations can be created for quick, ad-hoc meetings. They can be started instantly from the Talk Dashboard.

  • Event conversations: these are created when set as an event location by Calendar app.

  • Phone conversations: these are dedicated for SIP dial-in & dial-out phone calls (requires a SIP gateway).

  • Video verification: these are created, when someone tries to access a public link, protected by password with video verification (deleted instantly after call ends).

../../_images/instant-meeting-dispose.png

Talk Dashboard

The Talk Dashboard is your central hub for managing and accessing your conversations. It provides an overview of your:

  • Unread mentions and messages in private chats;

  • Message reminders, scheduled to be tackled on later;

  • Scheduled meetings, with event details and shortcut buttons to join them;

  • Shortcut actions to create new conversations, join open ones, or quickly check your media devices.

../../_images/talk-dashboard.png

Créer une discussion

You can create a private (one-to-one) chat by searching for the name of a user, a group or a team and clicking it. For a single user, a conversation is immediately created and you can start your chat. For a group or circle you get to pick a name and settings before you create the conversation and add the participants.

../../_images/chat-with-one-user.png

Si vous souhaitez créer une discussion de groupe, cliquez sur le bouton situé à côté du champ de recherche et du bouton des filtres , puis sur Créer une nouvelle conversation

../../_images/create-new-conversation.png

Vous pouvez ensuite choisir un nom pour la conversation, mettre une description et configurer un avatar (avec une photo ou un emoji téléchargé), et choisir si la conversation doit être ouverte aux utilisateurs externes, et si d’autres utilisateurs sur le serveur peuvent voir et rejoindre la conversation.

../../_images/creating-open-conversation.png

Dans la deuxième étape, vous aurez à ajouter les participants et finaliser la création de la discussion.

../../_images/add-participants.png

Après confirmation, vous serez redirigé vers la nouvelle conversation et vous pourrez directement commencer à communiquer.

../../_images/new-room.png

Voir toutes les conversations publiques

Vous pouvez voir toutes les conversation publiques qui vous sont disponibles en cliquant sur le bouton situé à côté du champ de recherche , puis sur Rejoindre des conversations publiques.

../../_images/join-open-conversations.png

Filtrez vos conversations

You can filter your conversations using the filter button next to the search field. There are several options for filtering: 1. Unread mentions: view unread private conversations, or group conversations, where you have been mentioned. 2. Unread messages: view unread messages in all conversations you are a part of. 2. Event conversations: view all conversations, created for upcoming or past events.

../../_images/filters-menu.png

Vous pouvez ensuite effacer le filtre à partir du menu des filtres.

../../_images/clear-filter.png

Archive conversations

You can archive conversations that you no longer need to see in your main conversation list. When a conversation is archived, it will be moved to the Archived conversations section. An archived conversation will not appear in your main conversation list, but it will still align with notification level set in its settings.

../../_images/archived-conversations-list.png

The list is accessible from the button at the bottom of the navigation bar.

../../_images/archived-conversations-button.png

Partager des fichiers dans une discussion

Vous pouvez partager des fichiers dans une discussion de 3 manières différentes,

Premièrement, vous pouvez simplement les glisser-déposer dans la discussion.

../../_images/drag-and-drop.png

Deuxièmement, vous pouvez sélectionner un fichier depuis Nextcloud Files ou un gestionnaire de fichier en choisissant le petit trombone et en sélectionnant d’où vous désirez sélectionner le fichier.

../../_images/share-files-in-chat.png ../../_images/share-files-in-chat-selection.png

Vous pouvez ajouter autant de fichiers que souhaité, puis décider de les partager. Vous pouvez ajouter un texte descriptif aux fichiers partagés pour leur donner un contexte.

../../_images/talk-upload-files.png

Tous les utilisateurs pourront cliquer les fichiers pour les voir, les éditer ou les télécharger, qu’ils aient un compte utilisateur ou pas. Le fichier sera automatiquement partagé avec les utilisateurs disposant d’un compte tandis que ce sera partagé via un lien public pour les invités extérieurs.

../../_images/editing-document-in-chat-room.png

Insérer un emoji

Vous pouvez ajouter un emoji en utilisant le sélectionneur à la gauche du champs de saisie de texte.

../../_images/emoji-picker.png

Smart Picker

Smart picker shortcut makes it easier to insert links, files, or other content into your conversations. Just choose the type of content you want to insert (files, Talk conversations, Deck cards, GIFs, etc.) You can also type / in the chat input to open the selector.

../../_images/smart-picker.png

Editer les messages

Vous pouvez éditer les messages et les descriptions de fichiers jusqu’à 6 heures après leur envoi.

../../_images/message-editing.png

Utiliser le format Markdown

Vous pouvez agrémenter vos messages à l’aide de la syntaxe Markdown. Voici la liste des usages :

Titres et sous-titres

# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6

Heading
===
Normal text
***
Normal text

Mise en forme

**bold text** __bold text__
*italicized text* _italicized text_
`inline code` ``inline code``
```
.code-block {
  display: pre;
}
```

Listes

1. Ordered list
2. Ordered list

* Unordered list
- Unordered list
+ Unordered list

Citations

> blockquote
second line of blockquote

Listes de tâches

- [ ] task to be done
- [x] completed task

Tableaux

Column A | Column B
-- | --
Data A | Data B

Polls in chat

You can create a poll in groups chats from the new message additional actions.

../../_images/create-new-poll.png

A poll has two settings:

  • Anonymous polls: Participants cannot see who voted for which option.

  • Allow multiple choices: Participants can select more than one option.

You can also import polls for auto-fill and export polls as JSON files to save it locally.

../../_images/import-poll.png

Closing poll is possible from the poll dialog.

../../_images/close-poll.png

As a moderator, you can create the poll directly or you can save it as a draft to edit it later.

../../_images/save-poll-draft.png

You can find poll drafts in Shared items tab or next to the poll title input field.

../../_images/poll-drafts-list.png

Définir un rappel sur les messages

Vous pouvez définir des rappels sur des messages spécifiques. Si un message important est envoyé et que vous souhaitez en être notifié plus tard, déployez le menu et cliquez sur l’icône associée.

../../_images/set-message-reminder.png

Dans le sous-menu, vous pouvez choisir une date ou heure appropriée pour recevoir une notification.

../../_images/configure-message-reminder.png

Répondre aux messages et plus encore

Vous pouvez répondre à un message via la flèche qui apparaît au survol d’un message.

../../_images/reply.png

In the ... menu you can also choose to reply privately. This will open a one-to-one chat.

../../_images/chat-message-menu.png

Ici vous pouvez également créer un lien direct vers le message ou le marquer comme non-lu, ce qui vous y ramènera la prochaine fois que vous entrerez dans la discussion. Quand c’est un fichier, vous pouvez visualiser le fichier dans Fichiers.

Messages silencieux

Si vous ne souhaitez pas déranger qui que ce soit au milieu de la nuit, un mode silencieux est disponible pour discuter. Lorsqu’il est activé, les autres participants ne reçoivent pas de notifications de vos messages.

../../_images/message-silent.png

Gérer une conversation

Vous êtes toujours modérateur de vos nouvelles discussions. Vous pouvez promouvoir d’autres participants comme modérateur depuis la liste des participants en utilisant le menu ... à la droite de leur nom d’utilisateur, leur donner des permissions personnalisées ou les retirer de la discussion.

La modification des autorisations d’un utilisateur qui a rejoint une conversation publique l’ajoutera également de manière permanente à la conversation.

../../_images/participant-menu.png

Les modérateurs peuvent configurer la conversation. Sélectionnez Paramètres de conversation dans le menu ... de la conversation en haut pour accéder aux paramètres.

../../_images/open-settings.png

Ici vous pouvez configurer la description, l’accès des invités, si la conversation est visible aux autres du serveur, etc.

../../_images/conversation-settings-dialog.png

Ban participants

To help keep discussions safe and under control, moderators can ban participants from conversations. It could be internal users or guests (in this case their IP-addresse will additionally be banned).

In the participants list, select the user or guest you, and click Remove participant.

../../_images/ban-participant.png

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.

../../_images/ban-participant-dialog.png

You can later find the list of banned users in the Moderation section of conversation settings. Here, you can see the reason for the ban and revert it if needed.

../../_images/ban-participant-list.png

Expiration des messages

Un modérateur peut configurer l’expiration des messages dans les Paramètres de la conversation, au sein de la section Modération. Une fois la durée d’expiration atteinte, le message est automatiquement supprimé de la conversation. Les durées disponibles sont : 1 heure, 8 heures, 1 jour, 1 semaine, 4 semaines ou jamais (valeur par défaut).

../../_images/messages-expiration.png

Démarrer un appel

Lorsque vous êtes en conversation, vous pouvez démarrer un appel à tout moment grâce au bouton Démarrer l'appel. Les autres participants seront avertis et pourront rejoindre l’appel.

../../_images/device-settings-before-call.png

Si quelqu’un d’autre a déjà démarré un appel, le bouton se transformera en un bouton vert Rejoindre l'appel.

../../_images/join-call.png

Pendant un appel, vous pouvez couper votre micro et désactiver votre vidéo avec les boutons à la droite de la barre du haut, ou en utilisant les raccourcis M pour couper l’audio et V pour désactiver la vidéo. Vous pouvez également utiliser la barre espace pour permuter. Quand vous êtes muet, presser la barre espace réactivera l’audio vous permettant de parler jusqu’au relâchement de la barre espace. Si vous n’êtes pas muet, presser la barre espace vous rendra muet jusqu’à son relâchement.

Vous pouvez cacher votre propre vidéo (utile pendant un partage d’écran) avec la petite flèche juste au dessus du flux vidéo. Vous pouvez à nouveau la rétablir avec la petite flèche.

Vous pouvez accéder à vos paramètres et choisir une autre webcam, un autre microphone et d’autres paramètres depuis le menu dans la barre supérieure.

../../_images/media-settings.png

Dans les Paramètres médias, vous pouvez également changer l’arrière-plan de votre capture vidéo.

../../_images/background-settings-in-call.png

All these settings are also available as direct actions in the bottom bar.

../../_images/call-bottom-bar.png

Vous pouvez modifier d’autres paramètres dans la boîte de dialogue Paramètres de conversation.

../../_images/talk-settings.png

Démarrer un partage d’écran

Vous pouvez cliquer sur l’icône en forme d’écran pour partager votre écran. Selon votre navigateur, vous aurez la possibilité de partager un moniteur, une fenêtre d’application ou un onglet de navigateur. Si la vidéo de votre caméra est également active, les autres participants la verront dans un petit encart à côté du partage d’écran.

../../_images/share-screen-with-camera.png

You can zoom in and out of the shared screen with mouse wheel, double click or touchpad gestures.

Changer la vue pendant un appel

You can switch the view in a call in the bottom bar between promoted view and grid view.

../../_images/call-view-toggle-button.png

The grid view will show as many people as the screen can fit, allowing navigation with buttons on the left and right.

../../_images/talk-grid-view.png

La vue mise en avant zoome sur la personne qui parle et montre les autres sur un rang en dessous. Si tout le monde ne peut pas tenir dans l’écran des boutons apparaîtront à droite et à gauche pour vous permettre de naviguer.

../../_images/talk-promoted-view.png

Download call participants list

You can download the list of participants in a call from the ... menu in the top bar. This will download a CSV file with the names and email addresses of all participants in the call.

../../_images/download-participants-list.png

The table in the CSV file contains the following columns:

  • Name: The name of the participant.

  • Email: The email address of the participant.

  • Type: Indicates whether the participant is a registered user or a guest.

  • Identifier: Unique identifier for the participant.

Compact view of conversations list

Compact view allows to hide last message preview in the conversation list, providing a more focused interface. You can enable it from the Talk settings dialog in Appearance section.

../../_images/talk-compact-view.png

Messages search in a conversation

In addition to global unified search, you can search for messages within a specific conversation. In the content sidebar of a conversation, click the search icon to open the search tab.

../../_images/chat-search-messages.png

You can narrow down your search by using filters such as date range, and sender.

../../_images/chat-search-messages-tab.png

Threaded messages

You can create threads in conversations to keep discussions organized. The thread creation option is available in the new message additional actions.

../../_images/thread-create-action.png

Then, you can add a title and description for the thread and start the discussion.

../../_images/thread-example.png

You can view all replies in a thread either from the replies button on the message or from Shared items tab in the content sidebar.

../../_images/threads-list-shared-items.png

You can subscribe to a thread to receive notifications about new replies. It is possible to subscribe from the thread itself or from the sidebar.

../../_images/thread-notifications.png

Subscribed threads are easily accessible from the navigation bar in Threads navigation.

../../_images/threads-followed.png

Editing thread title is possible from the thread itself or from the sidebars.

../../_images/thread-edit-title.png