Skip to content
Snippets Groups Projects
Commit 4e01f909 authored by Chad Pilkey's avatar Chad Pilkey
Browse files

add new ScreensharePublish and ScreenshareView windows to the layout exclusion

parent d3ab07e4
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ package org.bigbluebutton.modules.layout.model {
private var _layoutsPerRole:Dictionary = new Dictionary();
static private var _ignoredWindows:Array = new Array("AvatarWindow", "PublishWindow",
"VideoWindow", "DesktopPublishWindow", "DesktopViewWindow",
"VideoWindow", "ScreensharePublishWindow", "ScreenshareViewWindow",
"LogWindow");
static private var _roles:Array = new Array(Role.VIEWER, Role.MODERATOR, Role.PRESENTER);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment