ConferenceParticipantInformation Members
Include Protected Members
Include Inherited Members
This class represents the information necessary for each participant when scheduling a conference.
The ConferenceParticipantInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConferenceParticipantInformation | Creates a new instance of the ConferenceParticipantInformation class. |
Top
Properties
Name | Description | |
---|---|---|
Role | Gets the role requested for the invitee. | |
Uri | Gets the participant's URI. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Gets whether the current participant is equal to the passed participant. (Overrides Object.Equals(Object).) | |
Equals(ConferenceParticipantInformation) | Gets whether the current participant is equal to the passed participant. | |
Finalize | (inherited from Object) | |
GetHashCode | Generates a hash code for the participant instance. (Overrides Object.GetHashCode().) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToRealTimeAddress | Convert settings to endpoint address. | |
ToString | (inherited from Object) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Gets whether the two participants are equal. | |
Implicit(ConferenceParticipantInformation to RealTimeAddress) | Convert settings to endpoint address. | |
Inequality | Gets whether the two participants are unequal. |
Top