Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.7 KB

File metadata and controls

46 lines (38 loc) · 1.7 KB
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

teamworkSpeakerConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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

Properties

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.

Relationships

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.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamworkSpeakerConfiguration",
  "isCommunicationSpeakerOptional": "Boolean",
  "isSpeakerOptional": "Boolean"
}