Participant Members
Include Protected Members
Include Inherited Members
A participant is a contact (person or phone number) that was added to a conversation. Each participant has its own modality set that represents the state of the participant in this conversation for each modality.
The Participant type exposes the following members.
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. |
Top
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) |
![]() |
MemberwiseClone(Boolean) | (inherited from MarshalByRefObject) |
![]() |
ToString | (inherited from Object) |
Top
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. |
Top