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 | ||
BeginPinVideo | ||
BeginSetMute | Sets the mute state. | |
BeginSetProperty | Sets a property associated with this participant. | |
BeginUnLockVideo | ||
BeginUnPinVideo | ||
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 | Blocks calling thread until BeginAdmit completes. | |
EndDeny | Blocks calling thread until BeginDeny completes. | |
EndLockVideo | Asynchronously locks a participant's video stream in the video gallery so that the video stream cannot be un-pinned by other participants. | |
EndPinVideo | Pins a participant's video stream to the video view so that the stream is not replaced by a more active participant's video stream. | |
EndSetMute | Blocks calling thread until BeginSetMute completes. | |
EndSetProperty | Blocks calling thread until BeginSetProperty completes. | |
EndUnLockVideo | Removes a video view lock on a participant. | |
EndUnPinVideo | Allows a less active participant's video stream to be replaced by a more active video stream in the video gallery view. | |
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