Struct RTCError
Represents an error returned from a WebRTC operation.
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public struct RTCError
Fields
errorType
Type of error encountered.
Declaration
public RTCErrorType errorType
Field Value
Type | Description |
---|---|
RTCErrorType |
message
Detailed error message.
Declaration
public string message
Field Value
Type | Description |
---|---|
string |