Searched refs:RTCIceGatherOptions (Results 1 – 6 of 6) sorted by relevance
9 use crate::ice_transport::ice_gatherer::RTCIceGatherOptions;55 pub fn new_ice_gatherer(&self, opts: RTCIceGatherOptions) -> Result<RTCIceGatherer> { in new_ice_gatherer()
27 pub struct RTCIceGatherOptions { struct322 use crate::ice_transport::ice_gatherer::RTCIceGatherOptions;328 let opts = RTCIceGatherOptions { in test_new_ice_gatherer_success()384 .new_ice_gatherer(RTCIceGatherOptions::default())?; in test_ice_gather_mdns_candidate_gathering()
14 use webrtc::ice_transport::ice_gatherer::RTCIceGatherOptions;75 let ice_options = RTCIceGatherOptions { in main()
18 use crate::ice_transport::ice_gatherer::RTCIceGatherOptions;1288 let gatherer = Arc::new(api.new_ice_gatherer(RTCIceGatherOptions::default())?); in new()
117 pc.ice_gatherer = Arc::new(api.new_ice_gatherer(RTCIceGatherOptions { in new()
31 use crate::ice_transport::ice_gatherer::RTCIceGatherOptions;