StreamEndpointState
Description:
[ CCode ( cprefix = "TP_STREAM_ENDPOINT_STATE_" , has_type_id = false ) ]
public enum StreamEndpointState
Represents the state of ICE negotiation for a single component of a stream to an endpoint.
Bitfield/set of flags generated from the Telepathy specification.
Content:
Enum values:
- CONNECTING -
Candidate gathering and connectivity checks are in progress.
- EXHAUSTED_CANDIDATES -
The streaming implementation has tried connecting to all of the available candidates
and none of them have connected.
- FAILED - The CM
and streaming implementation are in agreement that it is impossible to connect to this endpoint.
- FULLY_CONNECTED -
This component of the stream is connected, and an updated offer has been sent and
accepted (finalising the candidates to be used for the call).
- PROVISIONALLY_CONNECTED -
The streaming implementation has found at least one working candidate pair.