FS-9353 #resolve [clear-vid-floor produces error, while working]

This commit is contained in:
Anthony Minessale 2016-07-18 12:39:37 -05:00
parent f43522877c
commit 6bc535fd65
1 changed files with 2 additions and 0 deletions

View 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;
}