Merge pull request #13971 from bigbluebutton/u24-eject-resources
fix(webcams): missing allowModsToEjectCameras in resources.xml
This commit is contained in:
commit
129ae2eaf0
@ -170,6 +170,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
<property name="clientLogoutTimerInMinutes" value="${clientLogoutTimerInMinutes}"/>
|
||||
<property name="muteOnStart" value="${muteOnStart}"/>
|
||||
<property name="allowModsToUnmuteUsers" value="${allowModsToUnmuteUsers}"/>
|
||||
<property name="allowModsToEjectCameras" value="${allowModsToEjectCameras}"/>
|
||||
<property name="breakoutRoomsEnabled" value="${breakoutRoomsEnabled}"/>
|
||||
<property name="breakoutRoomsRecord" value="${breakoutRoomsRecord}"/>
|
||||
<property name="breakoutRoomsPrivateChatEnabled" value="${breakoutRoomsPrivateChatEnabled}"/>
|
||||
|
Loading…
Reference in New Issue
Block a user