Skip to content
Snippets Groups Projects
Commit ac5d3bad authored by Pierre Lespagnol's avatar Pierre Lespagnol Committed by Adrien Béraud
Browse files

conference: fix confInfo update

Send confInfo update after a remote conference is
finished

Change-Id: I8992ac468899cfe23c97fc6e4d6449ff29905587
parent 967c11a0
No related branches found
No related tags found
No related merge requests found
......@@ -1029,7 +1029,9 @@ Conference::mergeConfInfo(ConfInfo& newInfo, const std::string& peerURI)
{
if (newInfo.empty()) {
JAMI_DBG("confInfo empty, remove remoteHost");
std::lock_guard<std::mutex> lk(confInfoMutex_);
remoteHosts_.erase(peerURI);
sendConferenceInfos();
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment