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