mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
conference: correctly remove peer if crashed
Change-Id: I2c64b42dd7ad290dede7d7633eacc6bc20ed95ea GitLab: #779
This commit is contained in:

committed by
Adrien Béraud

parent
9d846f66ae
commit
9b2bb28f27
@ -494,6 +494,7 @@ SIPCall::setSipTransport(const std::shared_ptr<SipTransport>& transport,
|
||||
JAMI_WARN("[call:%s] Ending call because underlying SIP transport was closed",
|
||||
this_->getCallId().c_str());
|
||||
this_->stopAllMedia();
|
||||
this_->detachAudioFromConference();
|
||||
this_->onFailure(ECONNRESET);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user