Enum WebRTCIceConnectionState
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Specifies ICE connection states that a WebRTC can have.
public enum WebRTCIceConnectionState
Remarks
This state describe the current state of local and its connection to the ICE server(STUN or TURN).
Fields
Name | Description |
---|---|
Checking | Checking pairs of local and remote candidates against one another to try to find a compatible match. |
Closed | Closed. |
Completed | Gathering candidates has been finished and hecked all pairs against one another, |
Connected | A usable pairing of local and remote candidates has been found for all components of the connection, |
Disconnected | This is a less stringent test than "Failed" and may trigger intermittently and resolve just as spontaneously on less reliable networks, |
Failed | There's no compatible matches. |
New | The Initial state. |