Home
last modified time | relevance | path

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

/webrtc/examples/examples/broadcast/
H A Dbroadcast.rs205 if let Some(local_desc) = peer_connection.local_description().await { in main()
294 if let Some(local_desc) = peer_connection.local_description().await { in main()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_test.rs133 .local_description() in signal_pair()
149 .local_description() in signal_pair()
H A Dmod.rs1292 pub async fn local_description(&self) -> Option<RTCSessionDescription> { in local_description() method
1966 let local_description = { in current_local_description() localVariable
1973 populate_local_candidates(local_description.as_ref(), ice_gather, ice_gathering_state).await in current_local_description()
1981 let local_description = { in pending_local_description() localVariable
1988 populate_local_candidates(local_description.as_ref(), ice_gather, ice_gathering_state).await in pending_local_description()
/webrtc/examples/examples/data-channels/
H A Ddata-channels.rs180 if let Some(local_desc) = peer_connection.local_description().await { in main()
/webrtc/examples/examples/data-channels-create/
H A Ddata-channels-create.rs164 if let Some(local_desc) = peer_connection.local_description().await { in main()
/webrtc/examples/examples/rtp-to-webrtc/
H A Drtp-to-webrtc.rs178 if let Some(local_desc) = peer_connection.local_description().await { in main()
/webrtc/examples/examples/data-channels-detach-create/
H A Ddata-channels-detach-create.rs173 if let Some(local_desc) = peer_connection.local_description().await { in main()
/webrtc/examples/examples/data-channels-detach/
H A Ddata-channels-detach.rs189 if let Some(local_desc) = peer_connection.local_description().await { in main()
/webrtc/examples/examples/simulcast/
H A Dsimulcast.rs244 if let Some(local_desc) = peer_connection.local_description().await { in main()
/webrtc/examples/examples/data-channels-close/
H A Ddata-channels-close.rs218 if let Some(local_desc) = peer_connection.local_description().await { in main()
/webrtc/examples/examples/insertable-streams/
H A Dinsertable-streams.rs248 if let Some(local_desc) = peer_connection.local_description().await { in main()
/webrtc/examples/examples/reflect/
H A Dreflect.rs298 if let Some(local_desc) = peer_connection.local_description().await { in main()
/webrtc/examples/examples/rtp-forwarder/
H A Drtp-forwarder.rs301 if let Some(local_desc) = peer_connection.local_description().await { in main()
/webrtc/examples/examples/ice-restart/
H A Dice-restart.rs174 let payload = if let Some(local_desc) = pc.local_description().await { in do_signaling()
/webrtc/examples/examples/swap-tracks/
H A Dswap-tracks.rs239 if let Some(local_desc) = peer_connection.local_description().await { in main()
/webrtc/examples/examples/save-to-disk-h264/
H A Dsave-to-disk-h264.rs296 if let Some(local_desc) = peer_connection.local_description().await { in main()
/webrtc/examples/examples/play-from-disk-h264/
H A Dplay-from-disk-h264.rs340 if let Some(local_desc) = peer_connection.local_description().await { in main()
/webrtc/examples/examples/play-from-disk-vpx/
H A Dplay-from-disk-vpx.rs351 if let Some(local_desc) = peer_connection.local_description().await { in main()
/webrtc/examples/examples/save-to-disk-vpx/
H A Dsave-to-disk-vpx.rs326 if let Some(local_desc) = peer_connection.local_description().await { in main()
/webrtc/examples/examples/play-from-disk-renegotiation/
H A Dplay-from-disk-renegotiation.rs126 let payload = if let Some(local_desc) = pc.local_description().await { in do_signaling()
/webrtc/webrtc/src/data_channel/
H A Ddata_channel_test.rs1233 let mut offer = offer_pc.local_description().await.unwrap(); in test_data_channel_non_standard_session_description()
1260 let anwser = answer_pc.local_description().await.unwrap(); in test_data_channel_non_standard_session_description()