]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5959 set floor when turning on video mid call in conference
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 20 Nov 2013 18:49:44 +0000 (23:49 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 20 Nov 2013 18:49:44 +0000 (23:49 +0500)
src/mod/applications/mod_conference/mod_conference.c

index 03fd1cdfc17f6c6432b2d0c419238a6737bc12da..1564b1898dd8de3bc2d02e4c3c4fd54a44fa88a7 100644 (file)
@@ -3650,6 +3650,7 @@ static void *SWITCH_THREAD_FUNC conference_loop_input(switch_thread_t *thread, v
                        switch_set_flag_locked(member, MFLAG_ACK_VIDEO);
                        switch_channel_clear_flag(channel, CF_VIDEO_ECHO);
                        switch_core_session_refresh_video(member->session);
+                       conference_set_video_floor_holder(member->conference, member, SWITCH_FALSE);
                }
 
                /* if we have caller digits, feed them to the parser to find an action */