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

Returns information about a connection that failed to be established. More...

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

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.
 

Detailed Description

Returns information about a connection that failed to be established.

Constructor & Destructor Documentation

◆ ConnectionFailedEventArgs()

Byn.Awrtc.ConnectionFailedEventArgs.ConnectionFailedEventArgs ( ErrorInfo errorInfo,
ConnectionId connectionId,
string remoteAddress,
bool outgoing )

Creates new events args for accepted calls.

Parameters
errorInfoReference to any error information if any.
connectionIdId of the connection that failed.
remoteAddressRemote address this connection lead to if known.
outgoingtrue if the connection was outgoing (triggered via ICall.Call)

Property Documentation

◆ ConnectionId

ConnectionId Byn.Awrtc.ConnectionFailedEventArgs.ConnectionId
get

Id to identify the new connection in conference calls.

Implements Byn.Awrtc.IConnectionEvent.


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