matrix-react-sdk icon indicating copy to clipboard operation
matrix-react-sdk copied to clipboard

Added Jitsi audio coniguration buttons

Open DashieTM opened this issue 2 years ago • 1 comments

image

This is just backend for implementation in element-web. Implemented in: https://github.com/vector-im/element-web/pull/21712 Feature request: https://github.com/vector-im/element-web/issues/21687

Notes:

  • Added Buttons as well as EN and DE localization for jitsi audio configuration: echo cancellation, noise suppression, automatic gain, high pass filter
  • DE localization for video rooms

Type:[enhancement]

Signed-off-by: DashieTM [email protected]


Here's what your changelog entry will look like:

✨ Features

  • Added Jitsi audio coniguration buttons (#8255). Contributed by @DashieTM.

Preview: https://pr8255--matrix-react-sdk.netlify.app ⚠️ Do you trust the author of this PR? Maybe this build will steal your keys or give you malware. Exercise caution. Use test accounts.

DashieTM avatar Apr 07 '22 17:04 DashieTM

Codecov Report

Merging #8255 (e3ca097) into develop (61076c3) will decrease coverage by 0.65%. The diff coverage is n/a.

:exclamation: Current head e3ca097 differs from pull request most recent head 1330d16. Consider uploading reports for the commit 1330d16 to get more accurate results

@@             Coverage Diff             @@
##           develop    #8255      +/-   ##
===========================================
- Coverage    29.25%   28.60%   -0.66%     
===========================================
  Files          863      861       -2     
  Lines        49876    49761     -115     
  Branches     12696    12674      -22     
===========================================
- Hits         14592    14232     -360     
- Misses       35284    35529     +245     
Impacted Files Coverage Δ
src/settings/Settings.tsx 63.15% <ø> (ø)
src/utils/read-receipts.ts 0.00% <0.00%> (-100.00%) :arrow_down:
src/stores/RoomScrollStateStore.ts 0.00% <0.00%> (-71.43%) :arrow_down:
src/components/structures/RoomView.tsx 0.00% <0.00%> (-29.92%) :arrow_down:
.../components/views/voip/CallView/CallViewHeader.tsx 0.00% <0.00%> (-23.81%) :arrow_down:
src/settings/handlers/RoomSettingsHandler.ts 23.72% <0.00%> (-18.65%) :arrow_down:
src/hooks/useStateArray.ts 0.00% <0.00%> (-14.29%) :arrow_down:
src/components/views/elements/FacePile.tsx 0.00% <0.00%> (-10.00%) :arrow_down:
...components/views/voip/CallView/CallViewButtons.tsx 0.00% <0.00%> (-7.28%) :arrow_down:
src/components/views/rooms/PublicRoomTile.tsx 0.00% <0.00%> (-6.82%) :arrow_down:
... and 38 more

codecov[bot] avatar Apr 07 '22 21:04 codecov[bot]