mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-02 19:29:27 +00:00
Fix enabling and disabling of video.
This commit is contained in:
parent
e46601f822
commit
125626d071
1 changed files with 2 additions and 0 deletions
|
|
@ -2524,6 +2524,8 @@ int linphone_core_update_call(LinphoneCore *lc, LinphoneCall *call, const Linpho
|
|||
linphone_call_delete_ice_session(call);
|
||||
} else return err;
|
||||
}
|
||||
} else {
|
||||
call->params = *params;
|
||||
}
|
||||
#endif
|
||||
err = linphone_core_start_update_call(lc, call);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue