Searched defs:RTCConfiguration (Results 1 – 4 of 4) sorted by relevance
13 pub struct RTCConfiguration { struct16 pub ice_servers: Vec<RTCIceServer>,20 pub ice_transport_policy: RTCIceTransportPolicy,24 pub bundle_policy: RTCBundlePolicy,28 pub rtcp_mux_policy: RTCRtcpMuxPolicy,52 impl RTCConfiguration { argument
75 mut configuration: RTCConfiguration, in new()76 ) -> Result<(Arc<Self>, RTCConfiguration)> { in new() argument
711 pub fn get_configuration(&self) -> &RTCConfiguration { in get_configuration()
47 configuration: RTCConfiguration, in new_peer_connection()