Class WebRTCIceConnectionStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the IceConnectionStateChanged event.
C#Copypublic class WebRTCIceConnectionStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsWebRTCIceConnectionStateChangedEventArgs
Properties
Declaration
C#Copypublic WebRTCIceConnectionState State { get; }
Property Value
| Type | Description |
|---|---|
| WebRTCIceConnectionState | The ICE connection state |
Methods
Declaration
C#Copypublic override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |
Overrides
object.ToString()