mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
libjami: respect LIBJAMI_FLAG_NO_LOCAL_VIDEO
Change-Id: I92eb18404ca9872a3dad3ecbae5e5ab6439a07ad
This commit is contained in:

committed by
Adrien Beraud

parent
41384122a8
commit
0757c2cf70
@ -538,7 +538,8 @@ ConferenceTest::testCreateParticipantsSinks()
|
||||
CPPUNIT_ASSERT(
|
||||
cv.wait_for(lk, 30s, [&] { return pInfos_.size() == expectedNumberOfParticipants; }));
|
||||
|
||||
if (not jami::getVideoDeviceMonitor().getDeviceList().empty()) {
|
||||
auto dm = jami::getVideoDeviceMonitor();
|
||||
if (dm && dm->getDeviceList().empty()) {
|
||||
JAMI_INFO() << "Check sinks if video device available.";
|
||||
std::lock_guard lock(pInfosMtx_);
|
||||
for (auto& info : pInfos_) {
|
||||
|
Reference in New Issue
Block a user