mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
conference: initSources after setting state
Change-Id: Idc5416f9db85502874f07dfa84e3eb159a4c50eb
This commit is contained in:
@ -970,8 +970,8 @@ Conference::detachHost()
|
||||
return;
|
||||
}
|
||||
|
||||
initSourcesForHost();
|
||||
setState(State::ACTIVE_DETACHED);
|
||||
initSourcesForHost();
|
||||
}
|
||||
|
||||
CallIdSet
|
||||
@ -1569,7 +1569,7 @@ Conference::muteLocalHost(bool is_muted, const std::string& mediaType)
|
||||
} else if (mediaType.compare(libjami::Media::Details::MEDIA_TYPE_VIDEO) == 0) {
|
||||
#ifdef ENABLE_VIDEO
|
||||
if (not isVideoEnabled()) {
|
||||
JAMI_ERR("Unable to stop camera, the camera is disabled!");
|
||||
JAMI_ERROR("Unable to stop camera, the camera is disabled!");
|
||||
return;
|
||||
}
|
||||
|
||||
@ -1837,7 +1837,6 @@ void
|
||||
Conference::bindSubCallAudio(const std::string& callId)
|
||||
{
|
||||
JAMI_LOG("Bind participant {} to conference {}", callId, id_);
|
||||
|
||||
auto& rbPool = Manager::instance().getRingBufferPool();
|
||||
|
||||
// Bind each of the new participant's audio streams to each of the other participants audio streams
|
||||
|
Reference in New Issue
Block a user