Table of Contents

Class RTCRtpTransceiverInit

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class RTCRtpTransceiverInit
Inheritance
RTCRtpTransceiverInit
Inherited Members

Constructors

RTCRtpTransceiverInit()

public RTCRtpTransceiverInit()

Fields

Direction

[Value("direction")]
public RTCRtpTransceiverDirection Direction

Field Value

RTCRtpTransceiverDirection

SendEncodings

[Value("sendEncodings")]
public List<RTCRtpEncodingParameters> SendEncodings

Field Value

List<RTCRtpEncodingParameters>

Streams

[Value("streams")]
public List<MediaStream> Streams

Field Value

List<MediaStream>