Home
last modified time | relevance | path

Searched refs:ice_host_acceptance_min_wait (Results 1 – 2 of 2) sorted by relevance

/webrtc/webrtc/src/api/setting_engine/
H A Dmod.rs29 pub ice_host_acceptance_min_wait: Option<Duration>, field
121 self.timeout.ice_host_acceptance_min_wait = t; in set_host_acceptance_min_wait()
/webrtc/webrtc/src/ice_transport/
H A Dice_gatherer.rs116 host_acceptance_min_wait: self.setting_engine.timeout.ice_host_acceptance_min_wait, in create_agent()