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

Event notices the user that a new call was accepted. The property ConnectionId can be used to distinguish messages / video frames of this particular user in conference calls. More...

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

Public Member Functions

 CallAcceptedEventArgs (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 notices the user that a new call was accepted. The property ConnectionId can be used to distinguish messages / video frames of this particular user in conference calls.

Constructor & Destructor Documentation

◆ CallAcceptedEventArgs()

Byn.Awrtc.CallAcceptedEventArgs.CallAcceptedEventArgs ( 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.CallAcceptedEventArgs.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: