mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Call: video policy overriden by answer buttons
This commit is contained in:
parent
1172ad57d7
commit
0c20b711d3
1 changed files with 1 additions and 3 deletions
|
|
@ -1892,9 +1892,7 @@ static void audioRouteChangeListenerCallback(void *inUserData, // 1
|
|||
}
|
||||
linphone_call_params_enable_low_bandwidth(lcallParams, low_bandwidth);
|
||||
}
|
||||
if (!video) {
|
||||
linphone_call_params_enable_video(lcallParams, NO);
|
||||
}
|
||||
linphone_call_params_enable_video(lcallParams, video);
|
||||
|
||||
linphone_core_accept_call_with_params(theLinphoneCore, call, lcallParams);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue