Table of Contents

Class RTCDataChannelInit

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

Constructors

RTCDataChannelInit()

public RTCDataChannelInit()

Fields

Id

[Value("id")]
public ushort Id

Field Value

ushort

MaxPacketLifeTime

[Value("maxPacketLifeTime")]
public ushort MaxPacketLifeTime

Field Value

ushort

MaxRetransmits

[Value("maxRetransmits")]
public ushort MaxRetransmits

Field Value

ushort

Negotiated

[Value("negotiated")]
public bool Negotiated

Field Value

bool

Ordered

[Value("ordered")]
public bool Ordered

Field Value

bool

Priority

[Value("priority")]
public RTCPriorityType Priority

Field Value

RTCPriorityType

Protocol

[Value("protocol")]
public string Protocol

Field Value

string