Class WebRTCDataChannelEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the DataChannel event.
public class WebRTCDataChannelEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsWebRTCDataChannelEventArgs
Properties
View SourceDataChannel
Gets the created data channel instance.
Declaration
public WebRTCDataChannel DataChannel { get; }
Property Value
Type | Description |
---|---|
WebRTCDataChannel |