| title | teamworkSpeakerConfiguration resource type |
|---|---|
| description | Represents the details about the speaker 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 speaker configuration for a Microsoft Teams Rooms device.
| Property | Type | Description |
|---|---|---|
| isCommunicationSpeakerOptional | Boolean | True if the communication speaker is optional. Used to compute the health state if the communication speaker is not optional. |
| isSpeakerOptional | Boolean | True if the configured speaker is optional. Used to compute the health state if the speaker is not optional. |
| Relationship | Type | Description |
|---|---|---|
| defaultCommunicationSpeaker | teamworkPeripheral | The default communication speaker used for conference meetings. |
| defaultSpeaker | teamworkPeripheral | The default speaker used for all media and notification sounds. |
| speakers | teamworkPeripheral collection | The list of connected speakers. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamworkSpeakerConfiguration",
"isCommunicationSpeakerOptional": "Boolean",
"isSpeakerOptional": "Boolean"
}