Registry / networking / pion-turn-v2

pion-turn-v2

JSON →
library2.1.6gogounverified

Package turn provides a toolkit for building TURN clients and servers for WebRTC.

go get github.com/pion/turn/v2
INSTALL
IMPORT
SIG · PION-TURN-V2
P
pion-turn-v2
networkinggov2.1.6
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.

turn
github.com/pion/turn/v2

Creates a basic TURN server instance.

package main import ( "github.com/pion/turn/v2" ) func main() { // Create a TURN server server, err := turn.NewServer(turn.ServerConfig{}) if err != nil { panic(err) } defer server.Close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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