Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.28 KB

File metadata and controls

44 lines (36 loc) · 1.28 KB
title teamworkContentCameraConfiguration resource type
description Represents configuration details for a content camera connected to a Microsoft Teams-enabled device.
author adsrivastava2
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

teamworkContentCameraConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents configuration details for a content camera connected to a Microsoft Teams-enabled device.

Properties

Property Type Description
isContentCameraInverted Boolean True if the content camera is inverted.
isContentCameraOptional Boolean True if the content camera is optional.
isContentEnhancementEnabled Boolean True if the content enhancement is enabled.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamworkContentCameraConfiguration",
  "isContentCameraInverted": "Boolean",
  "isContentCameraOptional": "Boolean",
  "isContentEnhancementEnabled": "Boolean"
}