Registry / networking / pion-sdp

pion-sdp

JSON →
library1.3.0gogounverified

A Go implementation of the Session Description Protocol (SDP) for WebRTC.

go get github.com/pion/sdp
INSTALL
IMPORT
SIG · PION-SDP
P
pion-sdp
networkinggov1.3.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

Creates an empty SDP session description.

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

No known issues recorded.

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

No dependency data recorded yet.

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