Home
last modified time | relevance | path

Searched refs:iceCandidateToSDP (Results 1 – 3 of 3) sorted by relevance

/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/webrtc/v2/
H A Dicecandidate.go142 func iceCandidateToSDP(c ICECandidate) sdp.ICECandidate { func
161 Candidate: fmt.Sprintf("candidate:%s", iceCandidateToSDP(c).Marshal()),
H A Dice_go_test.go92 actualSDP := iceCandidateToSDP(testCase.native)
H A Dpeerconnection.go1937 sdpCandidate := iceCandidateToSDP(c)