FS-7513: make group change sticky when done from cli command

This commit is contained in:
Anthony Minessale 2015-02-06 10:18:08 -06:00 committed by Michael Jerris
parent 7764b4ea32
commit 8f00bd1173
1 changed files with 3 additions and 0 deletions

View File

@ -7627,6 +7627,9 @@ static switch_status_t conf_api_sub_vid_layout(conference_obj_t *conference, swi
stream->write_function(stream, "Invalid group layout [%s]\n", argv[3]);
return SWITCH_STATUS_SUCCESS;
}
stream->write_function(stream, "Change to layout group [%s]\n", argv[3]);
conference->video_layout_group = switch_core_strdup(conference->pool, argv[3]);
}
}