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 fae9408532
commit 812e3daf70

View File

@ -3907,6 +3907,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);