|
WebRTC Video Chat 1.1.4
|
Error events contain a error message and an error type to automatically handle the error. More...
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. | |
Error events contain a error message and an error type to automatically handle the error.
| Byn.Awrtc.ErrorEventArgs.ErrorEventArgs | ( | CallEventType | eventType, |
| ErrorInfo | errorInfo = null ) |
Creates a new error event.
| eventType | |
| errorInfo |