Home
last modified time | relevance | path

Searched defs:OnLocalCandidateHdlrFn (Results 1 – 2 of 2) sorted by relevance

/webrtc/webrtc/src/ice_transport/
H A Dice_gatherer.rs32 pub type OnLocalCandidateHdlrFn = Box< typedef
254 pub fn on_local_candidate(&self, f: OnLocalCandidateHdlrFn) { in on_local_candidate()
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs563 pub fn on_ice_candidate(&self, f: OnLocalCandidateHdlrFn) { in on_ice_candidate()