Class WebRTCSignalingServer

Definition

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

Provides the ability to control WebRTCSignalingServer.

C#
Copy
public class WebRTCSignalingServer : IDisposable
Inheritance
WebRTCSignalingServer

Constructors

View Source

WebRTCSignalingServer(Int32)

Initializes a new instance of the WebRTCSignalingServer class.

Declaration
C#
Copy
public WebRTCSignalingServer(int port)
Parameters
Type Name Description
Int32 port

The server port.

Methods

View Source

Dispose()

Releases all resources used by the current instance.

Declaration
C#
Copy
public void Dispose()
View Source

Dispose(Boolean)

Releases the unmanaged resources used by the WebRTCSignalingServer.

Declaration
C#
Copy
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
Boolean disposing

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

View Source

Start()

Starts the signaling server.

Declaration
C#
Copy
public void Start()
View Source

Stop()

Stops the signaling server.

Declaration
C#
Copy
public void Stop()

Extension Methods