Home
last modified time | relevance | path

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

/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/webrtc/v2/
H A Dpeerconnection.go1714 func (pc *PeerConnection) populateLocalCandidates(orig *SessionDescription) *SessionDescription { func
1746 return pc.populateLocalCandidates(pc.currentLocalDescription)
1754 return pc.populateLocalCandidates(pc.pendingLocalDescription)
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/webrtc/v3/
H A Dsdp.go250 func populateLocalCandidates(sessionDescription *SessionDescription, i *ICEGatherer, iceGatheringSt… func
H A Dpeerconnection.go1928 return populateLocalCandidates(pc.currentLocalDescription, pc.iceGatherer, pc.ICEGatheringState())
1938 return populateLocalCandidates(pc.pendingLocalDescription, pc.iceGatherer, pc.ICEGatheringState())