Indicates which participant properties have changed.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
<
FlagsAttribute> _
Public 
Enumeration 
ParticipantPropertyChanges
C#
[
FlagsAttribute]
public 
enum 
ParticipantPropertyChanges
Visual C++
[
FlagsAttribute]
public 
enum class 
ParticipantPropertyChanges
JavaScript

Microsoft.Rtc.Signaling.ParticipantPropertyChanges = 
function();

Microsoft.Rtc.Signaling.ParticipantPropertyChanges.createEnum('

Microsoft.Rtc.Signaling.ParticipantPropertyChanges', true);

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.

See Also