From 0b96a23cd81cd1cdeefaaac73cfc401640aa8b07 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 16 Jul 2013 08:56:07 -0500 Subject: [PATCH] tweak --- src/mod/applications/mod_conference/mod_conference.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 23f08f69b2..d301ed4f50 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -1459,6 +1459,7 @@ static switch_status_t conference_add_member(conference_obj_t *conference, confe if (switch_channel_test_flag(channel, CF_VIDEO)) { if (!switch_test_flag(conference, CFLAG_VIDEO_BRIDGE)) { switch_channel_clear_flag(channel, CF_VIDEO_ECHO); + switch_channel_clear_flag(channel, CF_VIDEO_PASSIVE); } /* Tell the channel to request a fresh vid frame */ switch_core_session_refresh_video(member->session);