diff doc/user/calls.rst @ 1617:e338426ed4de default tip @

doc (user/calls): document A/V conferences use. fix 448
author Goffi <goffi@goffi.org>
date Wed, 07 Aug 2024 00:02:40 +0200
parents 9cde31a21a9b
children
line wrap: on
line diff
--- a/doc/user/calls.rst	Wed Aug 07 00:01:57 2024 +0200
+++ b/doc/user/calls.rst	Wed Aug 07 00:02:40 2024 +0200
@@ -85,21 +85,42 @@
 The call interface offers the following features:
 
 1. **Fullscreen Mode:** The top right button allows you to expand the video feeds to cover the entire screen.
+
 2. **Mute Options:** Two buttons at the bottom of the interface enable you to mute your audio or video.
 
    - Muted audio: The audio icon will turn yellow with a red strike-through, indicating that your audio is off and the other party cannot hear you.
    - Muted video: The video icon will turn yellow with a red strike-through, signaling that your video is off and the other party cannot see you.
+
 3. **Screen Sharing (Desktop Only):** Next to the mute buttons is a desktop icon. By default, it is green and crossed out, indicating no screen sharing.
 
    - Click the icon to share your desktop or a specific window. The browser will prompt you to choose what you want to share.
    - Once sharing, the icon turns red and the cross disappears, replacing the camera stream with your desktop or selected window.
    - Click the icon again or use the browser dialog to stop sharing and revert to the camera stream.
+
 4. **End Call:** Click the "Hang Up" button to conclude the call.
 
 .. note::
 
    The screen sharing feature is available only on desktop versions of browsers that support the functionality.
 
+Conference Call
+---------------
+
+Join a conference call with multiple participants using a conference room JID:
+
+1. **Enter the Conference Room JID:**
+
+   - Enter a full JID, similar to ``some_room@conference.example.org``, in the search bar.
+   - The call will be initiated, and you will join the conference room.
+
+2. **During the Conference Call:**
+
+   - The call interface will display all participants' video feeds on the screen.
+   - Each participant's avatar and name will be overlayed on their video feed.
+   - A three-dot menu is available on the bottom right, allowing you to "Pin" or "Unpin" a participant's video feed.
+   - A full-screen button is located at the bottom of the screen, allowing you to expand the video feeds to cover the entire screen.
+   - To leave the conference room, click the "Hang Up" button at the bottom of the screen.
+
 Security Considerations for Calls and Screen Sharing
 ----------------------------------------------------