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

Another Call object ended the connection. More...

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

Public Member Functions

 CallEndedEventArgs (ConnectionId connectionId)
 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.
 
- Properties inherited from Byn.Awrtc.CallEventArgs
CallEventType Type [get]
 Returns the CallEventType.
 

Detailed Description

Another Call object ended the connection.

Note that in conference call this event can occur multiple time for each connected user.

Constructor & Destructor Documentation

◆ CallEndedEventArgs()

Byn.Awrtc.CallEndedEventArgs.CallEndedEventArgs ( ConnectionId connectionId)

Creates new events args for accepted calls.

Parameters
connectionId

Property Documentation

◆ ConnectionId

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