Class WebRTCSignalingServer

    Definition

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

    Provides the ability to control WebRTCSignalingServer.

    public class WebRTCSignalingServer : IDisposable
    Inheritance
    object
    WebRTCSignalingServer

    Constructors

    View Source

    WebRTCSignalingServer(int)

    Initializes a new instance of the WebRTCSignalingServer class.

    Declaration
    public WebRTCSignalingServer(int port)
    Parameters
    Type Name Description
    int port

    The server port.

    Methods

    View Source

    Dispose()

    Releases all resources used by the current instance.

    Declaration
    public void Dispose()
    View Source

    Dispose(bool)

    Releases the unmanaged resources used by the WebRTCSignalingServer.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    true to release both managed and unmanaged resources; false to release only unmanaged resources.

    View Source

    Start()

    Starts the signaling server.

    Declaration
    public void Start()
    View Source

    Stop()

    Stops the signaling server.

    Declaration
    public void Stop()

    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