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