Participant 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 associated with the participant. | |
Conversation | Gets the parent conversation object of the participant. | |
IsMuted | Gets a flag indicating whether the participant is muted. | |
IsSelf | Gets flag indicating whether this is the local participant. | |
Modalities | Gets the collection of conversation modalities (activities | |
Properties | Gets a collection of participant properties. |
Top
Methods
Name | Description | |
---|---|---|
BeginAdmit | Admits the participant to the conference. | |
BeginDeny | Denies the participant access to the conference and removes him from the lobby. | |
BeginLockVideo | Asynchronously locks the participants video | |
BeginPinVideo | Asynchronously pins the participant video | |
BeginSetMute | Sets the mute state. | |
BeginSetProperty | Sets a property associated with this participant. | |
BeginUnLockVideo | Asynchronously unlocks the participants video | |
BeginUnPinVideo | Asynchronously unpins the participant video | |
CanAdmit | Returns true if a participant can be admitted from the lobby. | |
CanBeMuted | Returns true if a participant can be muted. | |
CanDeny | Returns true if a participant waiting in the lobby can be denied access to a conference. | |
CanSetProperty | Test whether the property can be set to the participant. | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
EndAdmit | Admits the participant to the conference. | |
EndDeny | Denies the participant access to the conference and removes him from the lobby. | |
EndLockVideo | Asynchronously locks the participants video | |
EndPinVideo | Asynchronously pins the participant video | |
EndSetMute | Sets the mute state. | |
EndSetProperty | Sets a property associated with this participant. | |
EndUnLockVideo | Asynchronously unlocks the participants video | |
EndUnPinVideo | Asynchronously unpins the participant video | |
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 | Raised when an action availability changes. | |
IsMutedChanged | Raised when the mute state changes. | |
PropertyChanged | Raised when a property value changes |
Top