Enum RTCErrorDetailType
Namespace: Unity.WebRTC
Syntax
public enum RTCErrorDetailType
Fields
| Name | Description | Value |
|---|---|---|
| DataChannelFailure | 0 | |
| DtlsFailure | 1 | |
| FingerprintFailure | 2 | |
| IdpBadScriptFailure | 3 | |
| IdpExecutionFailure | 4 | |
| IdpLoadFailure | 5 | |
| IdpNeedLogin | 6 | |
| IdpTimeout | 7 | |
| IdpTlsFailure | 8 | |
| IdpTokenExpired | 9 | |
| IdpTokenInvalid | 10 | |
| SctpFailure | 11 | |
| SdpSyntaxError | 12 | |
| HardwareEncoderNotAvailable | 13 | |
| HardwareEncoderError | 14 |