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