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