Class RTCRtpTransceiverInit
Namespace: Unity.WebRTC
Syntax
public class RTCRtpTransceiverInit
Fields
direction
Declaration
public RTCRtpTransceiverDirection? direction
Field Value
| Type | Description |
|---|---|
| Nullable<RTCRtpTransceiverDirection> |
sendEncodings
Declaration
public RTCRtpEncodingParameters[] sendEncodings
Field Value
| Type | Description |
|---|---|
| RTCRtpEncodingParameters[] |
streams
Declaration
public MediaStream[] streams
Field Value
| Type | Description |
|---|---|
| MediaStream[] |