Enumerates the media channel states.
Namespace: Microsoft.Lync.Model.Conversation.AudioVideo
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Enumeration ChannelState
'Usage
Dim instance As ChannelState
public enum ChannelState
Members
| Member name | Description | |
|---|---|---|
| None | Media channel state is unknown. | |
| Connecting | Media channel is connecting. | |
| Notified | Media channel has been notified. | |
| Send | Media channel is in send-only state. | |
| Receive | Media channel is in receive-only state. | |
| SendReceive | Media channel can send and receive. | |
| Inactive | Media channel is inactive. | |
| Invalid |