MS-721 · Question #343
You have a Microsoft Teams deployment. You have a Teams Rooms on Windows device. Users scan a code on the front of room display to join an ongoing meeting automatically. You need to ensure that the us
This question tests knowledge of Teams Rooms XML configuration for controlling proximity-based meeting join behavior when users scan a QR code.
Question
Options
- A<RoomQRcodeEnabled>false</RoomQRcodeEnabled>
- B<AllowRoomRemoteEnabled>false/AllowRoomRemoteEnabled>
- C<QRCodeAutoAcceptProximateMeetingInvitations>false<
- D<AutoAcceptProximateMeetingInvitations>false</AutoAcceptProximateMeeting
Why each option
This question tests knowledge of Teams Rooms XML configuration for controlling proximity-based meeting join behavior when users scan a QR code.
<RoomQRcodeEnabled>false</RoomQRcodeEnabled> disables the QR code feature entirely rather than simply requiring manual acceptance, which does not meet the requirement to keep scanning functional but prompt for confirmation.
<AllowRoomRemoteEnabled> controls the Remote PTZ camera or room remote control feature and has no effect on QR code proximity meeting join behavior.
<QRCodeAutoAcceptProximateMeetingInvitations> is not a valid SkypeSettings.xml element; the correct element name is AutoAcceptProximateMeetingInvitations without the QRCode prefix.
Concept tested: Teams Rooms XML config proximity meeting auto-accept
Source: https://learn.microsoft.com/en-us/microsoftteams/rooms/xml-config-file
Topics
Community Discussion
No community discussion yet for this question.