Class WebRTCDataChannelEventArgs

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
9

Provides data for the DataChannel event.

C#
Copy
public class WebRTCDataChannelEventArgs : EventArgs
Inheritance
System.Object
WebRTCDataChannelEventArgs

Properties

View Source

DataChannel

Gets the created data channel instance.

Declaration
C#
Copy
public WebRTCDataChannel DataChannel { get; }
Property Value
Type Description
WebRTCDataChannel
API Level: 9