Enum RTCRtpTransceiverDirection
Namespace: Unity.WebRTC
Syntax
public enum RTCRtpTransceiverDirection
Fields
| Name | Description | Value |
|---|---|---|
| SendRecv | 0 | |
| SendOnly | 1 | |
| RecvOnly | 2 | |
| Inactive | 3 | |
| Stopped | 4 |
public enum RTCRtpTransceiverDirection
| Name | Description | Value |
|---|---|---|
| SendRecv | 0 | |
| SendOnly | 1 | |
| RecvOnly | 2 | |
| Inactive | 3 | |
| Stopped | 4 |