Table of Contents

Class RTCRtpSendParameters

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class RTCRtpSendParameters : RTCRtpParameters
Inheritance
RTCRtpSendParameters
Inherited Members

Constructors

RTCRtpSendParameters()

public RTCRtpSendParameters()

Fields

DegradationPreference

[Value("degradationPreference")]
public RTCDegradationPreference DegradationPreference

Field Value

RTCDegradationPreference

Encodings

[Value("encodings")]
public required List<RTCRtpEncodingParameters> Encodings

Field Value

List<RTCRtpEncodingParameters>

TransactionId

[Value("transactionId")]
public required string TransactionId

Field Value

string