Skip to content
Snippets Groups Projects
Unverified Commit d2a279eb authored by Sébastien Blin's avatar Sébastien Blin
Browse files

currentcallview: don't show the preview in conference

Change-Id: I6a76ea519d2855bb7f42774d61d40c5dfdfb81a2
parent 42831dfa
Branches
No related tags found
No related merge requests found
......@@ -1201,7 +1201,7 @@ CppImpl::setCallInfo()
try {
auto call = (*accountInfo)->callModel->getCall(callToRender);
video_widget_set_preview_visible(VIDEO_WIDGET(widgets->video_widget),
(call.status != lrc::api::call::Status::PAUSED));
(call.status != lrc::api::call::Status::PAUSED) && conversation->confId.empty());
} catch (...) {
g_warning("Can't change preview visibility for non existant call");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment