Class WebRTCSignalingStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the SignalingStateChanged event.
public class WebRTCSignalingStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsWebRTCSignalingStateChangedEventArgs
Properties
View SourceState
The signaling state.
Declaration
public WebRTCSignalingState State { get; }
Property Value
Type | Description |
---|---|
WebRTCSignalingState | The signaling 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()