Searched refs:opts (Results 1 – 3 of 3) sorted by relevance
62 let mut opts = vec![]; in unpack() localVariable80 opts.push(opt); in unpack()82 self.options = opts; in unpack()
55 pub fn new_ice_gatherer(&self, opts: RTCIceGatherOptions) -> Result<RTCIceGatherer> { in new_ice_gatherer()57 if !opts.ice_servers.is_empty() { in new_ice_gatherer()58 for server in &opts.ice_servers { in new_ice_gatherer()66 opts.ice_gather_policy, in new_ice_gatherer()
328 let opts = RTCIceGatherOptions { in test_new_ice_gatherer_success() localVariable336 let gatherer = APIBuilder::new().build().new_ice_gatherer(opts)?; in test_new_ice_gatherer_success()