Enum RTCErrorDetailType
Indicates a specific error detail encountered during WebRTC operations.
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public enum RTCErrorDetailType
Fields
| Name | Description |
|---|---|
| DataChannelFailure | Failure occurred in the data channel. |
| DtlsFailure | DTLS handshake or encryption failed. |
| FingerprintFailure | Fingerprint verification failed. |
| HardwareEncoderError | Hardware encoder encountered an error. |
| HardwareEncoderNotAvailable | Hardware encoder is not available. |
| IdpBadScriptFailure | Identity provider script error. |
| IdpExecutionFailure | Identity provider execution error. |
| IdpLoadFailure | Identity provider could not be loaded. |
| IdpNeedLogin | Identity provider requires user login. |
| IdpTimeout | Identity provider operation timed out. |
| IdpTlsFailure | TLS error occurred with identity provider. |
| IdpTokenExpired | Identity provider token expired. |
| IdpTokenInvalid | Identity provider token is invalid. |
| SctpFailure | SCTP transport failure. |
| SdpSyntaxError | SDP syntax is incorrect. |