Registry / networking / pion-sdp-v2

pion-sdp-v2

JSON →
library2.4.0gogounverified

Package sdp implements Session Description Protocol (SDP) for WebRTC and multimedia communication.

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

sdp
github.com/pion/sdp/v2

Create and print an empty SDP session description

package main import ( "fmt" "github.com/pion/sdp/v2" ) func main() { session := &sdp.SessionDescription{} fmt.Println(session) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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