Class WebRTCDataChannelEventArgs

    Definition

    Namespace:
    Tizen.Multimedia.Remoting
    Assembly:
    Tizen.Multimedia.Remoting.dll

    Provides data for the DataChannel event.

    public class WebRTCDataChannelEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    WebRTCDataChannelEventArgs

    Properties

    View Source

    DataChannel

    Gets the created data channel instance.

    Declaration
    public WebRTCDataChannel DataChannel { get; }
    Property Value
    Type Description
    WebRTCDataChannel
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX