Class WebRTCErrorOccurredEventArgs

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
9

Provides data for the ErrorOccurred event.

C#
Copy
public class WebRTCErrorOccurredEventArgs : EventArgs
Inheritance
System.Object
WebRTCErrorOccurredEventArgs

Properties

View Source

Error

Gets the error.

Declaration
C#
Copy
public WebRTCError Error { get; }
Property Value
Type Description
WebRTCError

The error.

API Level: 9
View Source

State

Gets the current state.

Declaration
C#
Copy
public WebRTCState State { get; }
Property Value
Type Description
WebRTCState

The state.

API Level: 9

Methods

View Source

ToString()

Returns a string that represents the current object.

Declaration
C#
Copy
public override string ToString()
Returns
Type Description
System.String

A string that represents the current object.

Overrides
System.Object.ToString()
API Level: 9