Home
last modified time | relevance | path

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

/webrtc/examples/examples/ortc/
H A Dortc.rs75 let ice_options = RTCIceGatherOptions { in main() localVariable
87 let gatherer = Arc::new(api.new_ice_gatherer(ice_options)?); in main()