Edit

Share via


ConferenceParticipantInformation Class

Definition

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.

Applies to