mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-01 11:02:53 +00:00
FS-8179 bring this back to default its fixed in chrome
This commit is contained in:
parent
af49d5b086
commit
02224a037e
@ -949,7 +949,7 @@ static switch_status_t opus_load_config(switch_bool_t reload)
|
||||
opus_prefs.use_dtx = 0;
|
||||
opus_prefs.plpct = 20;
|
||||
opus_prefs.use_vbr = 0;
|
||||
//opus_prefs.fec_decode = 1;
|
||||
opus_prefs.fec_decode = 1;
|
||||
|
||||
if ((settings = switch_xml_child(cfg, "settings"))) {
|
||||
for (param = switch_xml_child(settings, "param"); param; param = param->next) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user