Enum WebRTCPeerConnectionState
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Specifies peer connection states that a WebRTC can have.
public enum WebRTCPeerConnectionState
Remarks
This state is related in peer connection.
Fields
Name | Description |
---|---|
Closed | The connection is closed. |
Connected | The remote SDP offer has been applied successfully. |
Connecting | Establishing a connection is in the process. |
Disconnected | The SDP offer sent by the remote peer has been applied and an answer has been created and applied. |
Failed | A provisional answer has been received and successfully applied in local. |
New | The Initial state. |