Searched refs:WebRTCConfig (Results 1 – 1 of 1) sorted by relevance
12 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