improved account media encryption help text

This commit is contained in:
Juha Heinanen
2018-06-13 15:22:24 +03:00
parent fbf454dfb8
commit 45b3cadaa3
2 changed files with 18 additions and 5 deletions

View File

@ -24,5 +24,18 @@
disables registration.
</string>
<string name="auCodecs">List of supported audio codecs in priority order.</string>
<string name="mediaEnc">Supported or required media encryption protocol.</string>
<string name="mediaEnc">Selects media transport encryption protocol.\n
ZRTP (recommended) means that ZRTP end-to-end media encryption negotiation is tried after
the call has been established.\n
DTLS-SRTP means that UDP/TLS/RTP/SAVP is offered in outgoing call and that RTP/SAVP,
RTP/SAVPF, or UDP/TLS/RTP/SAVP is used if offered in incoming call.\n
SRTP-MANF means that RTP/SAVPS is offered in outgoing call and that RTP/SAVP or RTP/SAVPF
is used if offered in incoming call.\n
SRTP-MAND means that RTP/SAVP is offered in outgoing call and that RTP/SAVP or RTP/SAVPF
is used if offered in incoming call.\n
SRTP means that RTP/AVP is offered in outgoing call and that RTP/SAVP or RTP/SAVPF is used
if offered in incoming call.\n
EMPTY value means that media encryption is not supported and that media transport protocol
thus is RTP/AVP.
</string>
</resources>