FS-10138
This commit is contained in:
parent
bff1ee0f95
commit
025833c442
|
@ -95,6 +95,12 @@ switch_status_t conference_file_close(conference_obj_t *conference, conference_f
|
|||
conference->canvases[node->canvas_id]->send_keyframe = 1;
|
||||
conference->playing_video_file = 0;
|
||||
}
|
||||
|
||||
if (conference->overlay_video_file) {
|
||||
conference->canvases[node->canvas_id]->send_keyframe = 1;
|
||||
conference->overlay_video_file = 0;
|
||||
}
|
||||
|
||||
return switch_core_file_close(&node->fh);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue