schema: Set G722 as the preferred audio codec
It has much better quality than PCMA.
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
</key>
|
</key>
|
||||||
|
|
||||||
<key name="preferred-audio-codecs" type="as">
|
<key name="preferred-audio-codecs" type="as">
|
||||||
<default>["PCMA", "PCMU", "GSM", "G722"]</default>
|
<default>["G722", "PCMA", "PCMU", "GSM"]</default>
|
||||||
<summary>Audio codecs to use for VoIP calls in order of preference</summary>
|
<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>
|
<description>The preferred audio codecs to use for VoIP calls (if available)</description>
|
||||||
</key>
|
</key>
|
||||||
|
Reference in New Issue
Block a user