Skip to content
Snippets Groups Projects
Commit 0819bce5 authored by Pierre Lespagnol's avatar Pierre Lespagnol Committed by Sébastien Blin
Browse files

conference: fix preview and peer display after conference


Change-Id: Ie82f2adaa1976fc33bd1c6d016d7981ab3476893
Reviewed-by: default avatarSébastien Blin <sebastien.blin@savoirfairelinux.com>
parent 3b2f30e9
No related branches found
No related tags found
No related merge requests found
......@@ -327,6 +327,11 @@ void VideoRtpSession::exitConference()
videoMixer_.reset();
}
// videoLocal_ is reset when a conference is created (only mixer need videoInput)
// when the conference is removed, we need to set videoLocal_ for the remaining call
if (!videoLocal_)
videoLocal_ = getVideoCamera();
if (videoLocal_)
videoLocal_->attach(sender_.get());
......
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