conference: fix audio only participant

with lasts ms patches, audio only participants dummy video was not being attached to conference mixer, causing participant to not show

Change-Id: I4621562e901aec7dfed6c6ae4a543724f9ccb0d3
GitLab: #565
This commit is contained in:
agsantos
2021-06-11 16:02:26 -04:00
committed by Aline Gondim Santos
parent 93a34c9ab4
commit 5fb5de1a91

View File

@ -1,4 +1,4 @@
/*
/*
* Copyright (C) 2004-2021 Savoir-faire Linux Inc.
*
* Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
@ -1860,7 +1860,7 @@ SIPCall::startAllMedia()
#ifdef ENABLE_VIDEO
if (iter->mediaAttribute_->type_ == MEDIA_VIDEO)
isVideoEnabled = true;
isVideoEnabled |= iter->mediaAttribute_->enabled_;
#endif
// Not restarting media loop on hold as it's a huge waste of CPU ressources