Skip to content

Latest commit

 

History

History
70 lines (55 loc) · 2.37 KB

File metadata and controls

70 lines (55 loc) · 2.37 KB
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

onlineMeetingRestricted resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Indicates the reason or reasons why media content from a participant is restricted.

Properties

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.

onlineMeetingContentSharingDisabledReason values

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.

onlineMeetingVideoDisabledReason values

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "contentSharingDisabled": {"@odata.type": "microsoft.graph.onlineMeetingContentSharingDisabledReason"},
  "videoDisabled": {"@odata.type": "microsoft.graph.onlineMeetingVideoDisabledReason"}
}