| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the details about the microphone configuration for a Microsoft Teams Rooms device.
| 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. |
| Relationship | Type | Description |
|---|---|---|
| defaultMicrophone | teamworkPeripheral | Information about the default microphone. |
| microphones | teamworkPeripheral collection | A collection of microphones. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamworkMicrophoneConfiguration",
"isMicrophoneOptional": "Boolean"
}