Class WebRTCErrorOccurredEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the ErrorOccurred event.
public class WebRTCErrorOccurredEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsWebRTCErrorOccurredEventArgs
Properties
View SourceError
Gets the error.
Declaration
public WebRTCError Error { get; }
Property Value
Type | Description |
---|---|
WebRTCError | The error. |
State
Gets the current state.
Declaration
public WebRTCState State { get; }
Property Value
Type | Description |
---|---|
WebRTCState | The state. |
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()