Since we're all about WebRTC, We should compile and enable OPUS by default to lower the number of steps to complete a WebRTC setup

This commit is contained in:
Brian West
2014-05-23 08:11:03 -05:00
parent ed6dd184f7
commit 757b744010
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -243,7 +243,7 @@
127 - BV32
-->
<X-PRE-PROCESS cmd="set" data="global_codec_prefs=G722,PCMU,PCMA,GSM"/>
<X-PRE-PROCESS cmd="set" data="global_codec_prefs=OPUS,G722,PCMU,PCMA,GSM"/>
<X-PRE-PROCESS cmd="set" data="outbound_codec_prefs=PCMU,PCMA,GSM"/>
<!--