From 6bc535fd65842bd9389aee322ee6846cc13171ca Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 18 Jul 2016 12:39:37 -0500 Subject: [PATCH] FS-9353 #resolve [clear-vid-floor produces error, while working] --- src/mod/applications/mod_conference/conference_api.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mod/applications/mod_conference/conference_api.c b/src/mod/applications/mod_conference/conference_api.c index 29ec532075..6fef270c31 100644 --- a/src/mod/applications/mod_conference/conference_api.c +++ b/src/mod/applications/mod_conference/conference_api.c @@ -1564,6 +1564,8 @@ switch_status_t conference_api_sub_clear_vid_floor(conference_obj_t *conference, //conference_video_set_floor_holder(conference, NULL); switch_mutex_unlock(conference->mutex); + stream->write_function(stream, "OK floor Cleared\n", SWITCH_VA_NONE); + return SWITCH_STATUS_SUCCESS; }