Enum Transceiver.Direction
Direction of the media flowing inside the transceiver.
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public enum Direction : int
  Fields
| Name | Description | 
|---|---|
| Inactive | Transceiver is inactive, neither sending nor receiving any media data.  | 
      
| ReceiveOnly | Transceiver is receiving from the remote peer, but is not sending any media to the remote peer.  | 
      
| SendOnly | Transceiver is sending to the remote peer, but is not receiving any media from the remote peer.  | 
      
| SendReceive | Transceiver is both sending to and receiving from the remote peer connection.  |