mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-20 02:04:54 +00:00
FS-8957 #resolve [Video image sometimes blips on personal canvas mode when 1 participant is watching voh]
This commit is contained in:
parent
d9382e40c8
commit
4c0998659f
@ -2711,6 +2711,10 @@ void *SWITCH_THREAD_FUNC conference_video_muxing_thread_run(switch_thread_t *thr
|
||||
|
||||
use_img = omember->pcanvas_img;
|
||||
|
||||
if (files_playing && layer && layer == &imember->canvas->layers[imember->canvas->layout_floor_id]) {
|
||||
use_img = NULL;
|
||||
}
|
||||
|
||||
if (layer) {
|
||||
|
||||
if (use_img && !omember->avatar_png_img) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user