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