nerdexam
Microsoft

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.

Configure and manage Teams Rooms and devices

Question

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 users must manually select Accept on the room console before joining the meeting. Which setting should you add to the SkypeSettings.xml file on the device?

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.

A<RoomQRcodeEnabled>false</RoomQRcodeEnabled>

<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.

B<AllowRoomRemoteEnabled>false/AllowRoomRemoteEnabled>

<AllowRoomRemoteEnabled> controls the Remote PTZ camera or room remote control feature and has no effect on QR code proximity meeting join behavior.

C<QRCodeAutoAcceptProximateMeetingInvitations>false<

<QRCodeAutoAcceptProximateMeetingInvitations> is not a valid SkypeSettings.xml element; the correct element name is AutoAcceptProximateMeetingInvitations without the QRCode prefix.

D<AutoAcceptProximateMeetingInvitations>false</AutoAcceptProximateMeeting

Concept tested: Teams Rooms XML config proximity meeting auto-accept

Source: https://learn.microsoft.com/en-us/microsoftteams/rooms/xml-config-file

Topics

#Teams Rooms#Device Configuration#Meeting Join#QR Code

Community Discussion

No community discussion yet for this question.

Full MS-721 Practice