Skip to content
Snippets Groups Projects
Commit 3b080df9 authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

#30250: fix Conference destructor (endless loop)

parent 97a035d4
No related branches found
No related tags found
No related merge requests found
......@@ -59,8 +59,10 @@ Conference::Conference()
Conference::~Conference()
{
#ifdef SFL_VIDEO
for (const auto &participant_id : participants_)
remove(participant_id);
SIPVoIPLink::instance()->getSipCall(participant_id)->getVideoRtp().exitConference();
#endif // SFL_VIDEO
}
Conference::ConferenceState Conference::getState() const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment