mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
change default value for no video
This commit is contained in:
parent
b534eb5cea
commit
ba7288a384
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ void linphone_core_update_allocated_audio_bandwidth(LinphoneCore *lc){
|
|||
|
||||
bool_t linphone_core_is_payload_type_usable_for_bandwidth(LinphoneCore *lc, const PayloadType *pt, int bandwidth_limit){
|
||||
double codec_band;
|
||||
const int video_enablement_limit = 128;
|
||||
const int video_enablement_limit = 99;
|
||||
bool_t ret=FALSE;
|
||||
|
||||
switch (pt->type){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue