Class RTCPeerConnectionIceErrorEventInit
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class RTCPeerConnectionIceErrorEventInit : EventInit
- Inheritance
-
RTCPeerConnectionIceErrorEventInit
- Inherited Members
-
Constructors
RTCPeerConnectionIceErrorEventInit()
public RTCPeerConnectionIceErrorEventInit()
Fields
Address
[Value("address")]
public string? Address
Field Value
- string
ErrorCode
[Value("errorCode")]
public required ushort ErrorCode
Field Value
- ushort
ErrorText
[Value("errorText")]
public string ErrorText
Field Value
- string
Port
[Value("port")]
public ushort? Port
Field Value
- ushort?
Url
[Value("url")]
public string Url
Field Value
- string