| title | onlineMeetingRestricted resource type |
|---|---|
| description | Indicates the reason or reasons why media content from a participant is restricted. |
| author | zihzhan-msft |
| ms.localizationpriority | medium |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Indicates the reason or reasons why media content from a participant is restricted.
| Property | Type | Description |
|---|---|---|
| contentSharingDisabled | onlineMeetingContentSharingDisabledReason | Specifies the reason why shared content from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue. |
| videoDisabled | onlineMeetingVideoDisabledReason | Specifies the reason why video from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue. |
| Value | Description |
|---|---|
| watermarkProtection | The meeting content is marked watermarked but the user joined from an unsupported client. |
| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
| Value | Description |
|---|---|
| watermarkProtection | The meeting content is marked watermarked but the user joined from an unsupported client. |
| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
None.
The following JSON representation shows the resource type.
{
"contentSharingDisabled": {"@odata.type": "microsoft.graph.onlineMeetingContentSharingDisabledReason"},
"videoDisabled": {"@odata.type": "microsoft.graph.onlineMeetingVideoDisabledReason"}
}