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