Home
last modified time | relevance | path

Searched refs:set_local_description (Results 1 – 25 of 27) sorted by relevance

12

/webrtc/webrtc/src/rtp_transceiver/
H A Drtp_transceiver_test.rs195 offer_pc.set_local_description(offer.clone()).await?; in test_rtp_transceiver_set_codec_preferences_payload_type()
229 offer_pc.set_local_description(offer.clone()).await?; in test_rtp_transceiver_direction_change()
234 answer_pc.set_local_description(answer.clone()).await?; in test_rtp_transceiver_direction_change()
244 offer_pc.set_local_description(offer.clone()).await?; in test_rtp_transceiver_direction_change()
281 offer_pc.set_local_description(offer.clone()).await?; in test_rtp_transceiver_set_direction_causing_negotiation()
285 answer_pc.set_local_description(answer.clone()).await?; in test_rtp_transceiver_set_direction_causing_negotiation()
291 offer_pc.set_local_description(offer.clone()).await?; in test_rtp_transceiver_set_direction_causing_negotiation()
295 answer_pc.set_local_description(answer.clone()).await?; in test_rtp_transceiver_set_direction_causing_negotiation()
329 offer_pc.set_local_description(offer.clone()).await?; in test_rtp_transceiver_stopping()
334 answer_pc.set_local_description(answer.clone()).await?; in test_rtp_transceiver_stopping()
/webrtc/webrtc/src/dtls_transport/
H A Ddtls_transport_test.rs80 pc_offer.set_local_description(offer).await?; in test_invalid_fingerprint_causes_failed()
99 pc_answer.set_local_description(answer.clone()).await?; in test_invalid_fingerprint_causes_failed()
/webrtc/examples/examples/data-channels-flow-control/
H A Ddata-channels-flow-control.rs228 requester.set_local_description(reqs.clone()).await?; in main()
233 responder.set_local_description(resp.clone()).await?; in main()
/webrtc/examples/examples/broadcast/
H A Dbroadcast.rs197 peer_connection.set_local_description(answer).await?; in main()
287 peer_connection.set_local_description(answer).await?; in main()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_test.rs126 pc_offer.set_local_description(offer).await?; in signal_pair()
142 pc_answer.set_local_description(answer).await?; in signal_pair()
/webrtc/examples/examples/data-channels/
H A Ddata-channels.rs172 peer_connection.set_local_description(answer).await?; in main()
/webrtc/examples/examples/data-channels-create/
H A Ddata-channels-create.rs156 peer_connection.set_local_description(offer).await?; in main()
/webrtc/examples/examples/rtp-to-webrtc/
H A Drtp-to-webrtc.rs170 peer_connection.set_local_description(answer).await?; in main()
/webrtc/examples/examples/data-channels-detach-create/
H A Ddata-channels-detach-create.rs165 peer_connection.set_local_description(offer).await?; in main()
/webrtc/examples/examples/data-channels-detach/
H A Ddata-channels-detach.rs181 peer_connection.set_local_description(answer).await?; in main()
/webrtc/examples/examples/simulcast/
H A Dsimulcast.rs236 peer_connection.set_local_description(answer).await?; in main()
/webrtc/examples/examples/data-channels-close/
H A Ddata-channels-close.rs210 peer_connection.set_local_description(answer).await?; in main()
/webrtc/examples/examples/insertable-streams/
H A Dinsertable-streams.rs240 peer_connection.set_local_description(answer).await?; in main()
/webrtc/examples/examples/reflect/
H A Dreflect.rs290 peer_connection.set_local_description(answer).await?; in main()
/webrtc/examples/examples/rtp-forwarder/
H A Drtp-forwarder.rs293 peer_connection.set_local_description(answer).await?; in main()
/webrtc/examples/examples/ice-restart/
H A Dice-restart.rs165 if let Err(err) = pc.set_local_description(answer).await { in do_signaling()
/webrtc/examples/examples/swap-tracks/
H A Dswap-tracks.rs231 peer_connection.set_local_description(answer).await?; in main()
/webrtc/examples/examples/save-to-disk-h264/
H A Dsave-to-disk-h264.rs288 peer_connection.set_local_description(answer).await?; in main()
/webrtc/examples/examples/play-from-disk-h264/
H A Dplay-from-disk-h264.rs332 peer_connection.set_local_description(answer).await?; in main()
/webrtc/examples/examples/play-from-disk-vpx/
H A Dplay-from-disk-vpx.rs343 peer_connection.set_local_description(answer).await?; in main()
/webrtc/examples/examples/save-to-disk-vpx/
H A Dsave-to-disk-vpx.rs318 peer_connection.set_local_description(answer).await?; in main()
/webrtc/webrtc/src/track/track_local/
H A Dtrack_local_static_test.rs393 pc_answer.set_local_description(answer).await?; in test_track_local_static_binding_non_blocking()
/webrtc/examples/examples/offer-answer/
H A Doffer.rs342 peer_connection.set_local_description(offer).await?; in main()
H A Danswer.rs158 if let Err(err) = pc.set_local_description(answer).await { in remote_handler()
/webrtc/examples/examples/play-from-disk-renegotiation/
H A Dplay-from-disk-renegotiation.rs117 if let Err(err) = pc.set_local_description(answer).await { in do_signaling()

12