|
WebRTC Video Chat 1.1.4
|
Returns information about a connection that failed to be established. More...
Public Member Functions | |
| ConnectionFailedEventArgs (ErrorInfo errorInfo, ConnectionId connectionId, string remoteAddress, bool outgoing) | |
| Creates new events args for accepted calls. | |
Public Member Functions inherited from Byn.Awrtc.ErrorEventArgs | |
| 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 | |
| ConnectionId | ConnectionId [get] |
| Id to identify the new connection in conference calls. | |
| string | RemoteAddress [get] |
| If the event is the result of a call to a specific address this will return the address used. Will return null for incoming calls. | |
| bool | IsOutgoing [get] |
| True if this instance has initiated this call. | |
Properties inherited from Byn.Awrtc.ErrorEventArgs | |
| ErrorInfo | Info [get] |
| Error information. | |
Properties inherited from Byn.Awrtc.CallEventArgs | |
| CallEventType | Type [get] |
| Returns the CallEventType. | |
Returns information about a connection that failed to be established.
| Byn.Awrtc.ConnectionFailedEventArgs.ConnectionFailedEventArgs | ( | ErrorInfo | errorInfo, |
| ConnectionId | connectionId, | ||
| string | remoteAddress, | ||
| bool | outgoing ) |
Creates new events args for accepted calls.
| errorInfo | Reference to any error information if any. |
| connectionId | Id of the connection that failed. |
| remoteAddress | Remote address this connection lead to if known. |
| outgoing | true if the connection was outgoing (triggered via ICall.Call) |
|
get |
Id to identify the new connection in conference calls.
Implements Byn.Awrtc.IConnectionEvent.