FS-10803: [mod_conference] Add support for alternate video layout config per conference profile

This commit is contained in:
Anthony Minessale 2017-11-22 14:21:50 -06:00 committed by Mike Jerris
parent 1f738fd699
commit ee49d90c46
1 changed files with 0 additions and 6 deletions

View File

@ -4534,12 +4534,6 @@ void conference_video_set_floor_holder(conference_obj_t *conference, conference_
return;
}
if (member && member->video_role_id) {
/* no video floor when a role id is set */
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "Setting floor not allowed on a member with a role id\n");
return;
}
if ((!force && conference_utils_test_flag(conference, CFLAG_VID_FLOOR_LOCK))) {
return;
}