|
WebRTC Video Chat 1.1.4
|
Another Call object ended the connection. More...
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. | |
Another Call object ended the connection.
Note that in conference call this event can occur multiple time for each connected user.
| Byn.Awrtc.CallEndedEventArgs.CallEndedEventArgs | ( | ConnectionId | connectionId | ) |
Creates new events args for accepted calls.
| connectionId |
|
get |
Id to identify the new connection in conference calls.
Implements Byn.Awrtc.IConnectionEvent.