Remove LEGACY option for valid layouts. close #12858
This commit is contained in:
parent
1565356d98
commit
13913a6111
@ -34,7 +34,6 @@ class Layouts {
|
||||
|
||||
object LayoutsType {
|
||||
val layoutsType = Map(
|
||||
"legacy" -> "LEGACY",
|
||||
"custom" -> "CUSTOM_LAYOUT",
|
||||
"smart" -> "SMART_LAYOUT",
|
||||
"presentationFocus" -> "PRESENTATION_FOCUS",
|
||||
|
@ -76,10 +76,6 @@ const intlMessages = defineMessages({
|
||||
id: 'app.submenu.application.pushLayoutOptionLabel',
|
||||
description: 'enable/disable push layout to all users',
|
||||
},
|
||||
legacyLayout: {
|
||||
id: 'app.layout.style.legacy',
|
||||
description: 'label for legacy layout style',
|
||||
},
|
||||
customLayout: {
|
||||
id: 'app.layout.style.custom',
|
||||
description: 'label for custom layout style',
|
||||
|
@ -845,7 +845,6 @@
|
||||
"app.debugWindow.form.enableAutoarrangeLayoutDescription": "(it will be disabled if you drag or resize the webcams area)",
|
||||
"app.debugWindow.form.chatLoggerLabel": "Test Chat Logger Levels",
|
||||
"app.debugWindow.form.button.apply": "Apply",
|
||||
"app.layout.style.legacy": "Legacy",
|
||||
"app.layout.style.custom": "Custom",
|
||||
"app.layout.style.smart": "Smart layout",
|
||||
"app.layout.style.presentationFocus": "Focus on presentation",
|
||||
|
@ -180,7 +180,7 @@ authenticatedGuest=true
|
||||
|
||||
#---------------------------------------------------
|
||||
# Default Meeting Layout
|
||||
# Valid values are LEGACY, CUSTOM_LAYOUT, SMART_LAYOUT, PRESENTATION_FOCUS, VIDEO_FOCUS
|
||||
# Valid values are CUSTOM_LAYOUT, SMART_LAYOUT, PRESENTATION_FOCUS, VIDEO_FOCUS
|
||||
defaultMeetingLayout=SMART_LAYOUT
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user