Channel members
The base class for AudioChannel and VideoChannel.
The Channel type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsContributing | Returns true if the channel is contributing to the conversation. | |
Modality | Gets the associated Microsoft.Lync.Model.Conversation.Modality object. | |
State | Gets the state of the channel. |
Top
Methods
Name | Description | |
---|---|---|
BeginPause | Pause the channel. | |
BeginResume | Resume the channel. | |
BeginStart | Start the audio or video channel. | |
BeginStop | Stop the audio or video channel. | |
CanInvoke | Returns a flag indicating whether the specific action is allowed. | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
EndPause | Pause the channel. | |
EndResume | Resume the channel. | |
EndStart | Start the audio or video channel. | |
EndStop | Stop the audio or video channel. | |
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 the availability of a channel action changes. | |
StateChanged | Raised when the state of a channel changes. |
Top