schema: Add setting allowing to use SDES

Key exchanges in SDES can only be done securely with TLS and the option
is disabled by default if not using TLS as the transport protocol.

This setting allows to override this behaviour if the user desires
it (f.e. if the user considers the network his packets go through to be trusted).
This commit is contained in:
Evangelos Ribeiro Tzaras
2022-05-09 17:52:05 +02:00
parent 1a51ce0e40
commit 30148cebe3
3 changed files with 56 additions and 3 deletions

View File

@@ -26,5 +26,11 @@
<description>The preferred audio codecs to use for VoIP calls (if available)</description>
</key>
<key name="always-allow-sdes" type="b">
<default>false</default>
<summary>Whether to allow using SDES for SRTP without TLS as the transport</summary>
<description>Set to true if you want to allow with keys exchanged in cleartext.</description>
</key>
</schema>
</schemalist>