diff --git a/Linphone/model/tool/ToolModel.cpp b/Linphone/model/tool/ToolModel.cpp index 2ce9478e..f9363aca 100644 --- a/Linphone/model/tool/ToolModel.cpp +++ b/Linphone/model/tool/ToolModel.cpp @@ -321,6 +321,7 @@ bool ToolModel::createCall(const QString &sipAddress, } std::shared_ptr params = core->createCallParams(nullptr); params->enableVideo(localVideoEnabled); + params->enableCamera(localVideoEnabled); auto videoDirection = localVideoEnabled ? linphone::MediaDirection::SendRecv : linphone::MediaDirection::RecvOnly; params->setVideoDirection(videoDirection);