Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.46 KB

File metadata and controls

45 lines (37 loc) · 1.46 KB
title teamworkCameraConfiguration resource type
description Represents the details about the camera configuration for a Microsoft Teams Rooms device.
author adsrivastava2
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

teamworkCameraConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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

Properties

Property Type Description
contentCameraConfiguration teamworkContentCameraConfiguration The configuration for the content camera.

Relationships

Relationship Type Description
cameras teamworkPeripheral collection The list of connected cameras.
defaultContentCamera teamworkPeripheral The configured content camera that is used to share analog whiteboard content in a meeting.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamworkCameraConfiguration",
  "contentCameraConfiguration": {
    "@odata.type": "microsoft.graph.teamworkContentCameraConfiguration"
  }
}