From 9bf92e9c56a273e765e0c6ac5cd33e5e78d842a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Mon, 15 Aug 2022 14:52:17 -0400 Subject: [PATCH] user/all-features: add audio-processor Change-Id: I04f23a32a8dee4d7f6d2357b6526f8f23d37f094 --- user/all-features-by-client.md | 62 ++++++++++++++++++---------------- 1 file changed, 33 insertions(+), 29 deletions(-) diff --git a/user/all-features-by-client.md b/user/all-features-by-client.md index ad086b57..b623014d 100644 --- a/user/all-features-by-client.md +++ b/user/all-features-by-client.md @@ -24,35 +24,39 @@ Legend: ## Calling -| **Client** | Linux | Windows | Android | Android TV | iOS | macOS | -| --------------------------- | :---: | :-----: | :-----: | :--------: | :-: | :---: | -| Audio Calling | ✓ | ✓ | ✓ | X | ✓ | ✓ | -| Video Calling | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -| Host call conference | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -| Auto bitrate | ✓ | ✓ | X | X | ✓ | ✓ | -| Change video quality | ✓ | ✓ | ✓ | X | X | X | -| Custom ringtones | ✓ | ✓ | ✓ | X | X | ✓ | -| Select camera | ✓ | ✓ | ✓ | X | ✓ | ✓ | -| Video call recording | ✓ | ✓ | X | X | X | ✓ | -| Leave audio message | ✓ | ✓ | ✓ | X | ✓ | ✓ | -| Leave video message | ✓ | ✓ | ✓ | X | ✓ | ✓ | -| Screen sharing | ✓(1) | ✓ | ✓ | X | X | ✓ | -| Window sharing | ✓(1) | X | X | X | X | X | -| Media sharing | ✓ | ✓ | X | X | X | ✓ | -| Hardware encoding * | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -| Hardware decoding * | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -| Mute sound | ✓ | ✓ | ✓ | X | ✓ | ✓ | -| Texting while on call | ✓ | ✓ | ✓ | X | ✓ | ✓ | -| Remote recording notif | ✓ | X | X | X | X | X | -| Rendez-vous mode | ✓ | ✓ | X | ✓ | X | ✓ | -| Conference Layout | ✓ | ✓ | ✓ | X | ✓ | ✓ | -| Multistream | ✓ | ✓ | X | X | X | ✓ | -| Videosplit | ✓ | ✓ | ✓ | ✓ | X | ✓ | - - -\* This enables 4k video calling support - -(1) only on X (not Wayland) +| **Client** | Linux | Windows | Android | Android TV | iOS | macOS | +| --------------------------- | :---: | :-----: | :-----: | :--------: | :--: | :---: | +| Audio Calling | ✓ | ✓ | ✓ | X | ✓ | ✓ | +| Video Calling | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +| Host call conference | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +| Auto bitrate | ✓ | ✓ | X | X | ✓ | ✓ | +| Change video quality | ✓ | ✓ | ✓ | X | X | X | +| Custom ringtones | ✓ | ✓ | ✓ | X | X | ✓ | +| Select camera | ✓ | ✓ | ✓ | X | ✓ | ✓ | +| Video call recording | ✓ | ✓ | X | X | X | ✓ | +| Leave audio message | ✓ | ✓ | ✓ | X | ✓ | ✓ | +| Leave video message | ✓ | ✓ | ✓ | X | ✓ | ✓ | +| Screen sharing | ✓(1) | ✓ | ✓ | X | X | ✓ | +| Window sharing | ✓(1) | X | X | X | X | X | +| Media sharing | ✓ | ✓ | X | X | X | ✓ | +| Hardware encoding * | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +| Hardware decoding * | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +| Mute sound | ✓ | ✓ | ✓ | X | ✓ | ✓ | +| Texting while on call | ✓ | ✓ | ✓ | X | ✓ | ✓ | +| Remote recording notif | ✓ | X | X | X | X | X | +| Rendez-vous mode | ✓ | ✓ | X | ✓ | X | ✓ | +| Conference Layout | ✓ | ✓ | ✓ | X | ✓ | ✓ | +| Multistream | ✓ | ✓ | X | X | X | ✓ | +| Videosplit | ✓ | ✓ | ✓ | ✓ | X | ✓ | +| Audio Processor \*\* | ✓ | ✓ | ✓(2) | ✓(2) | ✓(2) | ✓ | + + +\* This enables 4k video calling support +\*\* cf {ref}`user/faq:How can I configure the audio processor?` in +the FAQ + +(1) only on X (not Wayland) +(2) Some features enabled by default and not configurable ## Account settings -- GitLab