Class WebRTCSignalingEventArgs

Definition

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

Provides data for the SignalingMessage event.

C#
Copy
public class WebRTCSignalingEventArgs : EventArgs
Inheritance
WebRTCSignalingEventArgs

Properties

View Source

Message

Gets the message from remote peer.

Declaration
C#
Copy
public string Message { get; }
Property Value
Type Description
String

The message.

View Source

MessageType

Gets the signaling message type.

Declaration
C#
Copy
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
C#
Copy
public override string ToString()
Returns
Type Description
String

A string that represents the current object.

Extension Methods