Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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. 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"}
}