fix low bandwidth mode

This commit is contained in:
Simon Morlat 2012-12-03 14:48:05 +01:00
parent f046faecea
commit 43c255f7fb
2 changed files with 2 additions and 2 deletions

View file

@ -950,7 +950,7 @@ bool_t linphone_call_params_low_bandwidth_enabled(const LinphoneCallParams *cp)
*
**/
void linphone_call_params_enable_low_bandwidth(LinphoneCallParams *cp, bool_t enabled){
cp->low_bandwidth=TRUE;
cp->low_bandwidth=enabled;
}
/**

@ -1 +1 @@
Subproject commit 5ce886301c0408e4779513b4af5291c38e6aef7f
Subproject commit aacb8b5f50769d3c2d5928ef8511b8906b070217