]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 16 Jul 2013 13:56:07 +0000 (08:56 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 16 Jul 2013 13:56:13 +0000 (08:56 -0500)
src/mod/applications/mod_conference/mod_conference.c

index 23f08f69b251592813258ef81367faf2d85ff5b8..d301ed4f50ad0a25e9a3b82e86fa79103bed0e4d 100644 (file)
@@ -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);