From: Anthony Minessale Date: Wed, 20 Nov 2013 18:49:44 +0000 (+0500) Subject: FS-5959 set floor when turning on video mid call in conference X-Git-Tag: v1.5.7~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f1c82ff363bd42cfa646b7b61f059f20cf6b68c;p=thirdparty%2Ffreeswitch.git FS-5959 set floor when turning on video mid call in conference --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 03fd1cdfc1..1564b1898d 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -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 */