提交 376cc03f authored 作者: Anthony Minessale's avatar Anthony Minessale 提交者: Muteesa Fred

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

上级 b8744e4c
......@@ -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;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论