Class WebRTCErrorOccurredEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the Error
C#
Copy
public class WebRTCErrorOccurredEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args WebRTCError Occurred Event Args
Properties
Declaration
C#
Copy
public WebRTCError Error { get; }
Property Value
Type | Description |
---|---|
Web |
The error. |
Declaration
C#
Copy
public WebRTCState State { get; }
Property Value
Type | Description |
---|---|
Web |
The state. |
Methods
Declaration
C#
Copy
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |
Overrides
object.ToString()