FS-10138: [freeswitch-core,mod_conference] Add alpha video to conference
This commit is contained in:
parent
ae40f8b529
commit
1da17bb3b3
|
@ -93,6 +93,7 @@ switch_status_t conference_file_close(conference_obj_t *conference, conference_f
|
|||
}
|
||||
#endif
|
||||
|
||||
if (node->canvas_id > -1) {
|
||||
canvas = conference->canvases[node->canvas_id];
|
||||
|
||||
if (canvas->playing_video_file) {
|
||||
|
@ -104,6 +105,7 @@ switch_status_t conference_file_close(conference_obj_t *conference, conference_f
|
|||
canvas->send_keyframe = 1;
|
||||
canvas->overlay_video_file = 0;
|
||||
}
|
||||
}
|
||||
|
||||
return switch_core_file_close(&node->fh);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue