ChannelState enumeration

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 is notified.
Send Media channel is in send only state.
Receive Media channel is in receive only state.
SendReceive Media channel can both send and receive.
Inactive Media channel is inactive.
Invalid

See also

Reference

Microsoft.Lync.Model.Conversation.AudioVideo namespace