ParticipantPropertyChanges Enumeration
Enumerates participant properties that have changed.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration ParticipantPropertyChanges
'Usage
Dim instance As ParticipantPropertyChanges
[FlagsAttribute]
public enum ParticipantPropertyChanges
Members
Member name | Description | |
---|---|---|
None | Indicates the property is uninitialized or no properties have been changed. | |
Name | Indicates that the [Name] property changed. | |
EndpointId | Indicates that the [EndpointId] property changed. | |
Gruu | Indicates that the [GRUU] property changed. | |
FeatureParameters | The feature parameters have been updated. |