Struct RTCError
Namespace: Unity.WebRTC
Syntax
public struct RTCError
Fields
errorDetailType
Declaration
public long errorDetailType
Field Value
Type | Description |
---|---|
Int64 |
errorType
Declaration
public int errorType
Field Value
Type | Description |
---|---|
Int32 |
message
Declaration
public string message
Field Value
Type | Description |
---|---|
String |
sctpCauseCode
Declaration
public long sctpCauseCode
Field Value
Type | Description |
---|---|
Int64 |