ConferenceParticipantInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class represents the information necessary for each participant when scheduling a conference.
public ref class ConferenceParticipantInformation sealed
public sealed class ConferenceParticipantInformation
type ConferenceParticipantInformation = class
Public NotInheritable Class ConferenceParticipantInformation
- Inheritance
-
ConferenceParticipantInformation
Constructors
ConferenceParticipantInformation(String, ConferencingRole) |
Creates a new instance of the ConferenceParticipantInformation class. |
Properties
Role |
Gets the role requested for the invitee. |
Uri |
Gets the participant's URI. |
Methods
Equals(ConferenceParticipantInformation) |
Gets whether the current participant is equal to the passed participant. |
Equals(Object) |
Gets whether the current participant is equal to the passed participant. |
GetHashCode() |
Generates a hash code for the participant instance. |
ToRealTimeAddress(ConferenceParticipantInformation) |
Convert settings to endpoint address. |
Operators
Equality(ConferenceParticipantInformation, Object) |
Gets whether the two participants are equal. |
Implicit(ConferenceParticipantInformation to RealTimeAddress) |
Convert settings to endpoint address. |
Inequality(ConferenceParticipantInformation, Object) |
Gets whether the two participants are unequal. |