Class WebRTCDataChannelEventArgs

    Definition

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

    Provides data for the DataChannel event.

    public class WebRTCDataChannelEventArgs : EventArgs
    Inheritance
    object
    WebRTCDataChannelEventArgs

    Properties

    View Source

    DataChannel

    Gets the created data channel instance.

    Declaration
    public WebRTCDataChannel DataChannel { get; }
    Property Value
    Type Description
    WebRTCDataChannel

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX