Class RTCErrorException
This exception class contains properties which determines a error type occurred while handling WebRTC operations.
Implements
Inherited Members
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public class RTCErrorException : Exception, ISerializable
Properties
ErrorType
This property specifies the WebRTC-specific error code.
Declaration
public RTCErrorType ErrorType { get; }
Property Value
Type | Description |
---|---|
RTCErrorType |