Represents the SDP media direction attributes.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration McuMediaChannelStatus
'Usage
Dim instance As McuMediaChannelStatus
public enum McuMediaChannelStatus
Members
| Member name | Description | |
|---|---|---|
| None | None specified, or uninitialized. | |
| ReceiveOnly | Receive direction only. | |
| SendOnly | Send direction only. | |
| SendReceive | Send and receive directions. | |
| Inactive | Stream is not active. |