Enum RTCIceTcpCandidateType
The RTCIceTcpCandidateType represents the type of the ICE TCP candidate.
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public enum RTCIceTcpCandidateType
Remarks
As defined in https://www.w3.org/TR/webrtc/#rtcicetcpcandidatetype-enum.
Fields
Name | Description |
---|---|
active | An active TCP candidate is one for which the transport will attempt to open an outbound connection but will not receive incoming connection requests. |
passive | A passive TCP candidate is one for which the transport will receive incoming connection attempts but not attempt a connection. |
so | An so candidate is one for which the transport will attempt to open a connection simultaneously with its peer. |