Class WebRTCIceConnectionStateChangedEventArgs

Definition

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

Provides data for the IceConnectionStateChanged event.

C#
Copy
public class WebRTCIceConnectionStateChangedEventArgs : EventArgs
Inheritance
object
System.EventArgs
WebRTCIceConnectionStateChangedEventArgs

Properties

View Source

State

The ICE connection state.

Declaration
C#
Copy
public WebRTCIceConnectionState State { get; }
Property Value
Type Description
WebRTCIceConnectionState

The ICE connection state

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.

Overrides
object.ToString()