mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Fix bug from code deactivated when video was not enabled.
This commit is contained in:
parent
7ba75ee2de
commit
60f6726c61
1 changed files with 3 additions and 1 deletions
|
|
@ -3077,10 +3077,12 @@ int linphone_core_update_call(LinphoneCore *lc, LinphoneCall *call, const Linpho
|
|||
}
|
||||
#endif //BUILD_UPNP
|
||||
}
|
||||
|
||||
#endif /* VIDEO_ENABLED */
|
||||
|
||||
_linphone_call_params_copy(&call->params,params);
|
||||
linphone_call_make_local_media_description(lc, call);
|
||||
|
||||
#ifdef VIDEO_ENABLED
|
||||
// Video adding
|
||||
if (!has_video && call->params.has_video) {
|
||||
if (call->ice_session != NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue