Class WebRTCIceConnectionStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the Ice
public class WebRTCIceConnectionStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args WebRTCIce Connection State Changed Event Args
Properties
View SourceState
The ICE connection state.
Declaration
public WebRTCIceConnectionState State { get; }
Property Value
Type | Description |
---|---|
Web |
The ICE connection state |
Methods
View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |
Overrides
object.ToString()