| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the details about the camera configuration for a Microsoft Teams Rooms device.
| Property | Type | Description |
|---|---|---|
| contentCameraConfiguration | teamworkContentCameraConfiguration | The configuration for the content camera. |
| 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. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamworkCameraConfiguration",
"contentCameraConfiguration": {
"@odata.type": "microsoft.graph.teamworkContentCameraConfiguration"
}
}