Table of Contents

Class RTCIceGatherOptions

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

Constructors

RTCIceGatherOptions()

public RTCIceGatherOptions()

Fields

GatherPolicy

[Value("gatherPolicy")]
public RTCIceTransportPolicy GatherPolicy

Field Value

RTCIceTransportPolicy

IceServers

[Value("iceServers")]
public List<RTCIceServer> IceServers

Field Value

List<RTCIceServer>