WebRTC Video Chat 1.1.2
|
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. | |
![]() | |
CallEventArgs (CallEventType type) | |
Creates a new call event. | |
Properties | |
RtcEvent | Content [get] |
Internal event. | |
![]() | |
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 |