]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9353 #resolve [clear-vid-floor produces error, while working]
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 18 Jul 2016 17:39:37 +0000 (12:39 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 18 Jul 2016 17:39:37 +0000 (12:39 -0500)
src/mod/applications/mod_conference/conference_api.c

index 29ec532075b1ff9c9d6874c4527873a4c8793d60..6fef270c317d37d1b132fd1e7097da3148b4279f 100644 (file)
@@ -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;
 }