Änderungen von Dokument Scalelite Konfiguration

Zuletzt geändert von Carina Enke am 26.11.2025

Von Version 288.3
bearbeitet von Carina Enke
am 15.01.2024
Änderungskommentar: Update document after refactoring.
Auf Version 282.1
bearbeitet von Carina Enke
am 06.10.2020
Änderungskommentar: Mittels Scroll Versions veröffentlicht aus dem Bereich LMSintern und Version 12.4.

Zusammenfassung

Details

Seiteneigenschaften
Übergeordnete Seite
... ... @@ -1,1 +1,0 @@
1 -LMS.BenutzerhandbuchOPAL.Administration.Technische Dokumentationen.WebHome
Inhalt
... ... @@ -114,7 +114,7 @@
114 114  {{layout-cell}}
115 115  {{section}}
116 116  {{column}}
117 -**Schritt 4**: Die Maximale Anzahl von Nutzern in einem Raum ist in der (% style="color: rgb(0,0,0);" %)olat.properties (%%)auf 100 gesetzt. Soll dies anders sein muss es in der extendedContext überschrieben werden.
117 +**Schritt 4**: Die Maximale Anzahl von Nutzern in einem Raum ist in der vcContext.xml auf 100 gesetzt. Soll dies anders sein muss es in der extendedContext überschrieben werden.
118 118  {{/column}}
119 119  {{/section}}
120 120  {{/layout-cell}}
... ... @@ -126,12 +126,17 @@
126 126  <!-- The client specific "vc_max_users" defines a maximum number of users
127 127   that can join a virtual classroom room. -->
128 128  <bean class="de.bps.olat.util.clientspecifics.Specific">
129 - <property name="key" value="bigbluebutton.max.users"/>
129 + <property name="key" value="vc_max_users"/>
130 130   <property name="clientValueMap">
131 131   <map>
132 -    <entry key="[Namen einfügen]" value="5" />
133 -   </map>
132 + <entry key="[client Namen einfügen]">
133 + <value type="int">100</value>
134 + </entry>
135 + </map>
134 134   </property>
137 + <property name="defaultValue">
138 + <value type="int">100</value>
139 + </property>
135 135  </bean>
136 136  {{/code}}
137 137  {{/column}}
Confluence.Code.ConfluencePageClass[0]
id
... ... @@ -1,1 +1,1 @@
1 -374472960
1 +378143218
url
... ... @@ -1,1 +1,1 @@
1 -https://www.bps-system.de/help/display/SOV/wiki/spaces/LMS/pages/374472960/Scalelite Konfiguration
1 +https://www.bps-system.de/help/display/SOV/wiki/spaces/LMS/pages/378143218/Scalelite Konfiguration