Show / Hide Table of Contents

Enum RTCIceCandidateType

The RTCIceCandidateType represents the type of the ICE candidate.

Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public enum RTCIceCandidateType
Remarks

As defined in https://www.w3.org/TR/webrtc/#rtcicecandidatetype-enum.

Fields

Name Description
host

A host candidate, locally gathered.

prflx

A peer reflexive candidate, obtained as a result of a connectivity check (e.g. STUN request from a previously unknown address).

relay

A relay candidate, TURN (relay).

srflx

A server reflexive candidate, obtained from STUN and/or TURN (non-relay TURN).

Extension Methods

JSONWriter.ToJson()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX