Skip to content
Snippets Groups Projects
Commit 9b2bb28f authored by Aline Gondim Santos's avatar Aline Gondim Santos Committed by Adrien Béraud
Browse files

conference: correctly remove peer if crashed

Change-Id: I2c64b42dd7ad290dede7d7633eacc6bc20ed95ea
GitLab: #779
parent 9d846f66
No related branches found
No related tags found
No related merge requests found
...@@ -494,6 +494,7 @@ SIPCall::setSipTransport(const std::shared_ptr<SipTransport>& transport, ...@@ -494,6 +494,7 @@ SIPCall::setSipTransport(const std::shared_ptr<SipTransport>& transport,
JAMI_WARN("[call:%s] Ending call because underlying SIP transport was closed", JAMI_WARN("[call:%s] Ending call because underlying SIP transport was closed",
this_->getCallId().c_str()); this_->getCallId().c_str());
this_->stopAllMedia(); this_->stopAllMedia();
this_->detachAudioFromConference();
this_->onFailure(ECONNRESET); this_->onFailure(ECONNRESET);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment