| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents configuration details for a content camera connected to a Microsoft Teams-enabled device.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamworkContentCameraConfiguration",
"isContentCameraInverted": "Boolean",
"isContentCameraOptional": "Boolean",
"isContentEnhancementEnabled": "Boolean"
}