Home
last modified time | relevance | path

Searched defs:RTCPeerConnection (Results 1 – 5 of 5) sorted by relevance

/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_test.rs18 ) -> Result<(RTCPeerConnection, RTCPeerConnection, Arc<Mutex<Router>>)> { in create_vnet_pair()
104 pub(crate) async fn new_pair(api: &API) -> Result<(RTCPeerConnection, RTCPeerConnection)> { in new_pair() argument
112 pc_offer: &mut RTCPeerConnection, in signal_pair()
113 pc_answer: &mut RTCPeerConnection, in signal_pair()
156 pub(crate) async fn close_pair_now(pc1: &RTCPeerConnection, pc2: &RTCPeerConnection) { in close_pair_now()
171 pc1: &RTCPeerConnection, in close_pair()
172 pc2: &RTCPeerConnection, in close_pair()
246 pc: &mut RTCPeerConnection, in until_connection_state()
H A Dmod.rs184 pub struct RTCPeerConnection { struct
197 impl std::fmt::Debug for RTCPeerConnection { argument
208 impl std::fmt::Display for RTCPeerConnection { implementation
214 impl RTCPeerConnection { implementation
/webrtc/examples/examples/play-from-disk-renegotiation/
H A Dplay-from-disk-renegotiation.rs91 pc: &Arc<RTCPeerConnection>, in do_signaling()
149 pc: &Arc<RTCPeerConnection>, in create_peer_connection()
165 pc: &Arc<RTCPeerConnection>, in add_video()
211 pc: &Arc<RTCPeerConnection>, in remove_video()
/webrtc/webrtc/src/data_channel/
H A Ddata_channel_test.rs39 RTCPeerConnection, in set_up_data_channel_parameters_test()
55 pc1: &mut RTCPeerConnection, in close_reliability_param_test()
56 pc2: &mut RTCPeerConnection, in close_reliability_param_test()
/webrtc/webrtc/src/api/
H A Dmod.rs48 ) -> Result<RTCPeerConnection> { in new_peer_connection()