Registry / networking / pion-ice-v2

pion-ice-v2

JSON →
library2.3.38gogounverified

Package ice implements the Interactive Connectivity Establishment (ICE) protocol defined in rfc5245.

go get github.com/pion/ice/v2
INSTALL
IMPORT
SIG · PION-ICE-V2
P
pion-ice-v2
networkinggov2.3.38
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ice
github.com/pion/ice/v2

Creates a new ICE agent.

package main import ( "fmt" "github.com/pion/ice/v2" ) func main() { agent, err := ice.NewAgent(&ice.AgentConfig{}) if err != nil { panic(err) } fmt.Println(agent) }
Debug
Known issues
breakingv2 uses Go modules with /v2 suffix; import path must include /v2.
fix
Use import path github.com/pion/ice/v2 instead of github.com/pion/ice.
affects: >=2.0.0
Upgrade
Version history
2.3.38latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
pion-ice-v2 — go get pion-ice-v2 · libregistry