| title | watermarkProtectionValues resource type |
|---|---|
| description | Indicates whether a watermark is enabled for different content types in a meeting. |
| author | zihzhan-msft |
| ms.localizationpriority | medium |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Indicates that a watermark is enabled for this particular meeting. Any clients that don't support watermarks will have a restricted (audio-only) experience in the meeting.
| Property | Type | Description |
|---|---|---|
| isEnabledForContentSharing | Boolean | Indicates whether to apply a watermark to any shared content. |
| isEnabledForVideo | Boolean | Indicates whether to apply a watermark to everyone's video feed. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.watermarkProtectionValues",
"isEnabledForContentSharing": "Boolean",
"isEnabledForVideo": "Boolean"
}