From: Anthony Minessale Date: Mon, 18 Jul 2016 17:39:37 +0000 (-0500) Subject: FS-9353 #resolve [clear-vid-floor produces error, while working] X-Git-Tag: v1.6.10~1^2~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bc535fd65842bd9389aee322ee6846cc13171ca;p=thirdparty%2Ffreeswitch.git FS-9353 #resolve [clear-vid-floor produces error, while working] --- 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; }