mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
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:

committed by
Aline Gondim Santos

parent
93a34c9ab4
commit
5fb5de1a91
@ -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
|
||||
|
Reference in New Issue
Block a user