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