Struct RTCError
Namespace: Unity.WebRTC
Syntax
public struct RTCError
Fields
errorDetail
Declaration
public RTCErrorDetailType errorDetail
Field Value
| Type | Description |
|---|---|
| RTCErrorDetailType |
httpRequestStatusCode
Declaration
public long httpRequestStatusCode
Field Value
| Type | Description |
|---|---|
| Int64 |
receivedAlert
Declaration
public ulong receivedAlert
Field Value
| Type | Description |
|---|---|
| UInt64 |
sctpCauseCode
Declaration
public long sctpCauseCode
Field Value
| Type | Description |
|---|---|
| Int64 |
sdpLineNumber
Declaration
public long sdpLineNumber
Field Value
| Type | Description |
|---|---|
| Int64 |
sentAlert
Declaration
public ulong sentAlert
Field Value
| Type | Description |
|---|---|
| UInt64 |