onlineMeetingRestricted resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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. Possible values are: watermarkProtection, unknownFutureValue.
videoDisabled onlineMeetingVideoDisabledReason Specifies the reason why video from this participant is disabled. 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. Do not 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. Do not use.

JSON representation

The following is a JSON representation of the resource.

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