Table of Contents

Enum RTCIceCandidateType

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[To("None")]
public enum RTCIceCandidateType

Fields

[EnumValue("host")] Host = 0
[EnumValue("srflx")] Srflx = 1
[EnumValue("prflx")] Prflx = 2
[EnumValue("relay")] Relay = 3