Merge pull request #13971 from bigbluebutton/u24-eject-resources

fix(webcams): missing allowModsToEjectCameras in resources.xml
This commit is contained in:
Anton Georgiev 2021-12-22 12:08:52 -05:00 committed by GitHub
commit 129ae2eaf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}"/>