Class WebRTCIceCandidateEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the IceCandidate event.
public class WebRTCIceCandidateEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsWebRTCIceCandidateEventArgs
Properties
View SourceICECandidate
Gets the ICE candidate.
Declaration
public string ICECandidate { get; }
Property Value
Type | Description |
---|---|
string | The ICE candidate. |
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()