Enumerates the media channel states.

Namespace:  Microsoft.Lync.Model.Conversation.AudioVideo
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
enum 
ChannelState

Members

Member name Value Description
None 0
Media channel state is unknown.
Connecting 1
Media channel is connecting.
Notified 2
Media channel has been notified.
Send 3
Media channel is in send-only state.
Receive 4
Media channel is in receive-only state.
SendReceive 5
Media channel can send and receive.
Inactive 6
Media channel is inactive.
Invalid -1

See Also