|
WebRTC Video Chat 1.1.4
|
Delivers lower level WebRTC events to via the CallEventHandler. Note these events might be undocumented, platform specific or experimental. More...
Public Member Functions | |
| RtcEventArgs (RtcEvent content) | |
| Creates a new public facing event from a an RtcEvent emitted by the lower layers. | |
Public Member Functions inherited from Byn.Awrtc.CallEventArgs | |
| CallEventArgs (CallEventType type) | |
| Creates a new call event. | |
Properties | |
| RtcEvent | Content [get] |
| Internal event. | |
Properties inherited from Byn.Awrtc.CallEventArgs | |
| CallEventType | Type [get] |
| Returns the CallEventType. | |
Delivers lower level WebRTC events to via the CallEventHandler. Note these events might be undocumented, platform specific or experimental.
| Byn.Awrtc.RtcEventArgs.RtcEventArgs | ( | RtcEvent | content | ) |
Creates a new public facing event from a an RtcEvent emitted by the lower layers.
| content |