FS-10448: [mod_conference] Add Video Blind -- make blind video feature work in passthrough mode too

This commit is contained in:
Anthony Minessale 2017-07-07 11:35:36 -05:00
parent 717f597c38
commit aba1068e09
1 changed files with 4 additions and 0 deletions

View File

@ -4602,6 +4602,10 @@ void conference_video_write_frame(conference_obj_t *conference, conference_membe
continue;
}
if (!conference_utils_member_test_flag(imember, MFLAG_CAN_SEE)) {
continue;
}
if (switch_channel_test_flag(imember->channel, CF_VIDEO_REFRESH_REQ)) {
want_refresh++;
switch_channel_clear_flag(imember->channel, CF_VIDEO_REFRESH_REQ);