ChannelState Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the media channel states.
public enum class ChannelState
C#
public enum ChannelState
type ChannelState =
Public Enum ChannelState
- Inheritance
-
ChannelState
Name | Value | Description |
---|---|---|
Invalid | -1 | |
None | 0 | Media channel state is unknown. |
Connecting | 1 | Media channel is connecting. |
Notified | 2 | Media channel is notified. |
Send | 3 | Media channel is in send only state. |
Receive | 4 | Media channel is in receive only state. |
SendReceive | 5 | Media channel can both send and receive. |
Inactive | 6 | Media channel is inactive. |
Proizvod | Verzije |
---|---|
Lync client | latest |