|
WebRTC Video Chat 1.1.4
|
Base class of all call event args. More...
Public Member Functions | |
| CallEventArgs (CallEventType type) | |
| Creates a new call event. | |
Properties | |
| CallEventType | Type [get] |
| Returns the CallEventType. | |
Base class of all call event args.
A subclass might contain more information about the call.
| Byn.Awrtc.CallEventArgs.CallEventArgs | ( | CallEventType | type | ) |
Creates a new call event.
| type | Type of the event |