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

Event returned when the Call attempts to connect to another peer. More...

Inheritance diagram for Byn.Awrtc.ConnectingEventArgs:
Byn.Awrtc.CallEventArgs Byn.Awrtc.IConnectionEvent

Public Member Functions

 ConnectingEventArgs (ConnectionId connectionId, string remoteAddress, bool outgoing)
 Creates new events args for accepted calls.
 
- 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.CallEventArgs
CallEventType Type [get]
 Returns the CallEventType.
 

Detailed Description

Event returned when the Call attempts to connect to another peer.

Constructor & Destructor Documentation

◆ ConnectingEventArgs()

Byn.Awrtc.ConnectingEventArgs.ConnectingEventArgs ( ConnectionId connectionId,
string remoteAddress,
bool outgoing )

Creates new events args for accepted calls.

Parameters
connectionIdConnectionId used to track this call.
remoteAddressReturns the address or null if none is associated (incoming calls)
outgoingtrue if this call has initiated this call

Property Documentation

◆ ConnectionId

ConnectionId Byn.Awrtc.ConnectingEventArgs.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: