WebRTC Video Chat 1.1.4
Loading...
Searching...
No Matches
Byn.Awrtc.ErrorEventArgs Class Reference

Error events contain a error message and an error type to automatically handle the error. More...

Inheritance diagram for Byn.Awrtc.ErrorEventArgs:
Byn.Awrtc.CallEventArgs Byn.Awrtc.ConnectionFailedEventArgs

Public Member Functions

 ErrorEventArgs (CallEventType eventType, ErrorInfo errorInfo=null)
 Creates a new error event.
 
- Public Member Functions inherited from Byn.Awrtc.CallEventArgs
 CallEventArgs (CallEventType type)
 Creates a new call event.
 

Properties

ErrorInfo Info [get]
 Error information.
 
- Properties inherited from Byn.Awrtc.CallEventArgs
CallEventType Type [get]
 Returns the CallEventType.
 

Detailed Description

Error events contain a error message and an error type to automatically handle the error.

Constructor & Destructor Documentation

◆ ErrorEventArgs()

Byn.Awrtc.ErrorEventArgs.ErrorEventArgs ( CallEventType eventType,
ErrorInfo errorInfo = null )

Creates a new error event.

Parameters
eventType
errorInfo

The documentation for this class was generated from the following file: