Skip to content
Snippets Groups Projects
Commit c9184fbc authored by Aline Gondim Santos's avatar Aline Gondim Santos Committed by Mohamed Chibani
Browse files

fix: detaches dummy video if new valid video is received in conference

Change-Id: Ied9321ae92e6ca963fcb19ea5b018e5f11b461cf
parent 73926a76
No related branches found
No related tags found
No related merge requests found
......@@ -336,6 +336,7 @@ VideoRtpSession::setupConferenceVideoPipeline(Conference& conference)
JAMI_WARN("[call:%s] no sender", callID_.c_str());
if (receiveThread_) {
conference.detachVideo(dummyVideoReceive_.get());
receiveThread_->enterConference();
conference.attachVideo(receiveThread_.get(), callID_);
} else
......
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