mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-19 17:57:22 +00:00
FS-10448: [mod_conference] Add Video Blind -- make blind video feature work in passthrough mode too
This commit is contained in:
parent
717f597c38
commit
aba1068e09
@ -4602,6 +4602,10 @@ void conference_video_write_frame(conference_obj_t *conference, conference_membe
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!conference_utils_member_test_flag(imember, MFLAG_CAN_SEE)) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
if (switch_channel_test_flag(imember->channel, CF_VIDEO_REFRESH_REQ)) {
|
if (switch_channel_test_flag(imember->channel, CF_VIDEO_REFRESH_REQ)) {
|
||||||
want_refresh++;
|
want_refresh++;
|
||||||
switch_channel_clear_flag(imember->channel, CF_VIDEO_REFRESH_REQ);
|
switch_channel_clear_flag(imember->channel, CF_VIDEO_REFRESH_REQ);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user