McuParticipantEndpointProperties Members
Include Protected Members
Include Inherited Members
Represents instances of properties common to all McuSession participants.
The McuParticipantEndpointProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
McuParticipantEndpointProperties(String) | Creates a new instance of the McuParticipantEndpointProperties class. | |
McuParticipantEndpointProperties(McuParticipantEndpointProperties) | Creates a new instance of the McuParticipantEndpointProperties class. |
Top
Properties
Name | Description | |
---|---|---|
AccessMethod | Gets the conference access method. | |
AuthenticationMethod | Gets the conference authentication method. | |
Entity | Gets the endpoint entity that uniquely identifies the endpoint among other endpoints in the conference. | |
JoinMethod | Gets the endpoint join method. | |
Media | Gets the media the participant is participating in. | |
PreferredLanguages | Gets the preferred languages for announcements. | |
Role | Gets the endpoint role. | |
Services | Obsolete. Gets the list of conferencing services for the participant. | |
State | Gets the endpoint state. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Implements ICloneable.Clone(). | |
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