Changes for page Scalelite Konfiguration

Last modified by Carina Enke on 26.11.2025

From version 205.1
edited by Carina Enke
on 08.09.2021
Change comment: Mittels Scroll Versions veröffentlicht aus dem Bereich LMSintern und Version 13.2.
To version 206.1
edited by Carina Enke
on 01.10.2020
Change comment: Mittels Scroll Versions veröffentlicht aus dem Bereich LMSintern und Version 13.2.

Summary

Details

Page properties
Content
... ... @@ -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 -490995979
1 +486212101
url
... ... @@ -1,1 +1,1 @@
1 -https://www.bps-system.de/help/display/SOV/wiki/spaces/LMS/pages/490995979/Scalelite Konfiguration
1 +https://www.bps-system.de/help/display/SOV/wiki/spaces/LMS/pages/486212101/Scalelite Konfiguration