mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
conference: fix preview and peer display after conference
Change-Id: Ie82f2adaa1976fc33bd1c6d016d7981ab3476893 Reviewed-by: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
This commit is contained in:

committed by
Sébastien Blin

parent
3b2f30e9f0
commit
0819bce58c
@ -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());
|
||||
|
||||
|
Reference in New Issue
Block a user