mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-25 10:18:34 +00:00
fix invalid test
This commit is contained in:
parent
ad2e0b4753
commit
a0f01705ce
1 changed files with 1 additions and 1 deletions
|
|
@ -3834,7 +3834,7 @@ void linphone_core_set_mic_gain_db (LinphoneCore *lc, float gaindb){
|
||||||
ms_message("linphone_core_set_mic_gain_db(): no active call.");
|
ms_message("linphone_core_set_mic_gain_db(): no active call.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (st->volrecv){
|
if (st->volsend){
|
||||||
ms_filter_call_method(st->volsend,MS_VOLUME_SET_DB_GAIN,&gain);
|
ms_filter_call_method(st->volsend,MS_VOLUME_SET_DB_GAIN,&gain);
|
||||||
}else ms_warning("Could not apply gain: gain control wasn't activated.");
|
}else ms_warning("Could not apply gain: gain control wasn't activated.");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue