settings: Add GSetting for preferred audio codecs

This commit is contained in:
Evangelos Ribeiro Tzaras
2021-11-23 15:03:14 +01:00
parent da4434564d
commit 7fe8a90d77
3 changed files with 59 additions and 0 deletions

View File

@@ -20,5 +20,11 @@
<description>These plugins will be automatically loaded on application startup.</description>
</key>
<key name="preferred-audio-codecs" type="as">
<default>["PCMA", "PCMU", "GSM", "G722"]</default>
<summary>Audio codecs to use for VoIP calls in order of preference</summary>
<description>The preferred audio codecs to use for VoIP calls (if available)</description>
</key>
</schema>
</schemalist>