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