Protocol
ICE
Interactive Connectivity Establishment
Interactive Connectivity Establishment gathers local, reflexive, and relay candidates, then runs STUN checks to pick working media paths. Trickle ICE updates candidates during call setup to cut time-to-media. Consent freshness keeps paths validated for WebRTC.
Layers
Tags
natcandidateswebrtcchecks
Sources
- RFC 8445
- RFC 8838 (Trickle ICE)
Related protocols
STUN
Lab readySession Traversal Utilities for NAT — binding requests discover reflexive addresses and keep NAT mappings alive for ICE. Attributes carry…
TURN
Lab readyTraversal Using Relays around NAT — a STUN extension that allocates relayed transport addresses when direct peer paths fail. Permissions …
SDP
Lab readyTextual session description: media lines, codecs (rtpmap/fmtp), ICE candidates, and direction attributes. Carried in SIP, WebRTC, and MGC…
WebRTC Signaling
Lab readyApplication-defined signaling — often SIP, or JSON over WebSocket — that exchanges SDP offers/answers and ICE candidates for WebRTC peers…