Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.38 KB

File metadata and controls

43 lines (35 loc) · 1.38 KB
title teamworkMicrophoneConfiguration resource type
description Represents the details about the microphone configuration for a Microsoft Teams Rooms device.
author adsrivastava2
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

teamworkMicrophoneConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the details about the microphone configuration for a Microsoft Teams Rooms device.

Properties

Property Type Description
isMicrophoneOptional Boolean True if the configured microphone is optional. False if the microphone is not optional and the health state of the device should be computed.

Relationships

Relationship Type Description
defaultMicrophone teamworkPeripheral Information about the default microphone.
microphones teamworkPeripheral collection A collection of microphones.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamworkMicrophoneConfiguration",
  "isMicrophoneOptional": "Boolean"
}