Class WebRTCStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the State
public class WebRTCStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args WebRTCState Changed Event Args
Properties
View SourceCurrent
The current state.
Declaration
public WebRTCState Current { get; }
Property Value
Type | Description |
---|---|
Web |
The current WebRTC state |
Previous
The previous state.
Declaration
public WebRTCState Previous { get; }
Property Value
Type | Description |
---|---|
Web |
The previous WebRTC 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()