Home
last modified time | relevance | path

Searched refs:RTCIceGatherOptions (Results 1 – 6 of 6) sorted by relevance

/webrtc/webrtc/src/api/
H A Dmod.rs9 use crate::ice_transport::ice_gatherer::RTCIceGatherOptions;
55 pub fn new_ice_gatherer(&self, opts: RTCIceGatherOptions) -> Result<RTCIceGatherer> { in new_ice_gatherer()
/webrtc/webrtc/src/ice_transport/
H A Dice_gatherer.rs27 pub struct RTCIceGatherOptions { struct
322 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()
/webrtc/examples/examples/ortc/
H A Dortc.rs14 use webrtc::ice_transport::ice_gatherer::RTCIceGatherOptions;
75 let ice_options = RTCIceGatherOptions { in main()
/webrtc/webrtc/src/data_channel/
H A Ddata_channel_test.rs18 use crate::ice_transport::ice_gatherer::RTCIceGatherOptions;
1288 let gatherer = Arc::new(api.new_ice_gatherer(RTCIceGatherOptions::default())?); in new()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs117 pc.ice_gatherer = Arc::new(api.new_ice_gatherer(RTCIceGatherOptions { in new()
H A Dmod.rs31 use crate::ice_transport::ice_gatherer::RTCIceGatherOptions;