mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
fix(calls): disable early media (video)
This commit is contained in:
parent
39c096fb47
commit
4de95455c3
1 changed files with 0 additions and 1 deletions
|
|
@ -131,7 +131,6 @@ void CallsListModel::launchVideoCall (const QString &sipAddress) const {
|
|||
return;
|
||||
|
||||
shared_ptr<linphone::CallParams> params = core->createCallParams(nullptr);
|
||||
params->enableEarlyMediaSending(true);
|
||||
params->enableVideo(true);
|
||||
|
||||
CallModel::setRecordFile(params, Utils::coreStringToAppString(address->getUsername()));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue