Class WebRTCSignalingEventArgs

    Definition

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

    Provides data for the SignalingMessage event.

    public class WebRTCSignalingEventArgs : EventArgs
    Inheritance
    object
    WebRTCSignalingEventArgs

    Properties

    View Source

    Message

    Gets the message from remote peer.

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    string

    The message.

    View Source

    MessageType

    Gets the signaling message type.

    Declaration
    public SignalingMessageType MessageType { get; }
    Property Value
    Type Description
    SignalingMessageType

    The signaling message type.

    Methods

    View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    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