ConversationParticipantProperties Members
Include Protected Members
Include Inherited Members
Represents the properties of a conversation used for property changed event.
The ConversationParticipantProperties type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActiveMediaTypes | Gets the participant's active media types. | |
IsRecording | Gets whether the participant is recording at one or more endpoints. | |
Role | Gets the conference role of the participant. | |
RosterVisibility | Gets the conference roster visibility of the participant. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Fields
Name | Description | |
---|---|---|
ActiveMediaTypesPropertyName | The property name for participant's active media types. | |
IsRecordingPropertyName | The property name for participant recording indication. | |
RolePropertyName | The property name for participant's Role. | |
RosterVisibilityPropertyName | The property name for participant's roster visibility. |
Top