|
WebRTC Video Chat 1.1.4
|
Event returned when the Call attempts to connect to another peer. More...
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. | |
Event returned when the Call attempts to connect to another peer.
| Byn.Awrtc.ConnectingEventArgs.ConnectingEventArgs | ( | ConnectionId | connectionId, |
| string | remoteAddress, | ||
| bool | outgoing ) |
Creates new events args for accepted calls.
| connectionId | ConnectionId used to track this call. |
| remoteAddress | Returns the address or null if none is associated (incoming calls) |
| outgoing | true if this call has initiated this call |
|
get |
Id to identify the new connection in conference calls.
Implements Byn.Awrtc.IConnectionEvent.