Registry / networking / pion-webrtc-v2

pion-webrtc-v2

JSON →
library2.2.26gogounverified

Implements the WebRTC 1.0 specification as defined by W3C.

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

webrtc
github.com/pion/webrtc/v2

Creates a new WebRTC PeerConnection.

package main import ( "fmt" "github.com/pion/webrtc/v2" ) func main() { // Create a new PeerConnection config := webrtc.Configuration{} pc, err := webrtc.NewPeerConnection(config) if err != nil { panic(err) } fmt.Println("PeerConnection created") }
Debug
Known issues
breakingVersion 2 is deprecated; use v3 for latest features.
fix
Upgrade to github.com/pion/webrtc/v3.
affects: >=2.0.0 <3.0.0
Upgrade
Version history
2.2.26latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pion-webrtc-v2 — go get pion-webrtc-v2 · libregistry