Home
last modified time | relevance | path

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

/xiu/application/xiu/src/config/
H A Dmod.rs12 pub webrtc: Option<WebRTCConfig>,
48 let mut webrtc_config: Option<WebRTCConfig> = None; in new()
50 webrtc_config = Some(WebRTCConfig { in new()
119 pub struct WebRTCConfig { struct