fix bug enabling avpf accidentally

This commit is contained in:
Simon Morlat 2014-06-03 17:34:03 +02:00
parent 2498e3164a
commit 706d9c3ed2

View file

@ -6448,7 +6448,7 @@ void linphone_core_init_default_params(LinphoneCore*lc, LinphoneCallParams *para
params->media_encryption=linphone_core_get_media_encryption(lc);
params->in_conference=FALSE;
params->privacy=LinphonePrivacyDefault;
params->avpf_enabled=TRUE;
params->avpf_enabled=FALSE;
}
void linphone_core_set_device_identifier(LinphoneCore *lc,const char* device_id) {