The Participanttype exposes the following members.
Methods
Name | Description | |
---|---|---|
BeginAdmit |
Admits the participant sitting in the lobby to
the conference.
|
|
BeginDeny |
Denies the participant access to the
conference and removes him from the lobby.
|
|
BeginSetMute |
Mutes a participant.
|
|
BeginSetProperty |
Sets a property associated with this
participant.
|
|
CanAdmit |
Returns true if a participant can be
admitted.
|
|
CanBeMuted |
Returns true if a participant can be
muted.
|
|
CanDeny |
Returns true if a participant sitting in the
lobby can be denied from a conference.
|
|
CanSetProperty |
Returns true if a property can be set on the
participant.
|
|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
EndAdmit |
Blocks calling thread until BeginAdmit
completes.
|
|
EndDeny |
Blocks calling thread until BeginDeny
completes.
|
|
EndSetMute |
Blocks calling thread until BeginSetMute
completes.
|
|
EndSetProperty |
Blocks calling thread until BeginSetProperty
completes.
|
|
Equals | (Inherited from Object.) | |
Finalize | (Overrides UCWFullFinalize () () () () .) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone () () () () | (Inherited from Object Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject MarshalByRefObject.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Contact |
Gets the contact object represented by the
participant.
|
|
Conversation |
Gets the parent conversation object of the
participant.
|
|
IsMuted |
Returns true if the participant is muted in a
conference.
|
|
IsSelf |
Gets flag indicating whether this is the local
participant.
|
|
Modalities |
Gets the collection of conversation modalities
(modes of communication).
|
|
Properties |
Gets a collection of participant
properties.
|
Events
Name | Description | |
---|---|---|
ActionAvailabilityChanged |
Occurs when an action availability
changes.
|
|
IsMutedChanged |
Occurs when the mute state changes within a
conference.
|
|
PropertyChanged |
Occurs when a property value changes.
|