Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/src/how-to/install/web-app-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ webapp:

## Enforce constant bit rate

Since there is a theoretical risk of information leakage through packet size analysis when using Opus with variable bitrate encoding during audio calls, constant bit rate encoding (CBR) can be enforced for all call types (conference and 1:1).
By default Wire users can choose, whether to use constant bit rate (CBR) or variable bit rate (VBR) encoding for 1:1 calls (conference calls always use CBR).
Since there is a theoretical risk of information leakage through packet size analysis when using Opus with variable bitrate encoding during audio calls, CBR can be fully enforced for 1:1 calls in the web app, too.


To enforce CBR add the following to your Helm overrides in `values/wire-server/values.yaml`:
Expand Down