Home
last modified time | relevance | path

Searched refs:set_remote_description (Results 1 – 25 of 28) sorted by relevance

12

/webrtc/webrtc/src/rtp_transceiver/
H A Drtp_transceiver_test.rs196 answer_pc.set_remote_description(offer).await?; in test_rtp_transceiver_set_codec_preferences_payload_type()
230 answer_pc.set_remote_description(offer).await?; in test_rtp_transceiver_direction_change()
235 offer_pc.set_remote_description(answer).await?; in test_rtp_transceiver_direction_change()
245 answer_pc.set_remote_description(offer).await?; in test_rtp_transceiver_direction_change()
249 offer_pc.set_remote_description(answer).await?; in test_rtp_transceiver_direction_change()
282 answer_pc.set_remote_description(offer).await?; in test_rtp_transceiver_set_direction_causing_negotiation()
286 offer_pc.set_remote_description(answer).await?; in test_rtp_transceiver_set_direction_causing_negotiation()
292 answer_pc.set_remote_description(offer).await?; in test_rtp_transceiver_set_direction_causing_negotiation()
296 offer_pc.set_remote_description(answer).await?; in test_rtp_transceiver_set_direction_causing_negotiation()
330 answer_pc.set_remote_description(offer).await?; in test_rtp_transceiver_stopping()
[all …]
/webrtc/webrtc/src/dtls_transport/
H A Ddtls_transport_test.rs95 pc_answer.set_remote_description(offer).await?; in test_invalid_fingerprint_causes_failed()
103 pc_offer.set_remote_description(answer).await?; in test_invalid_fingerprint_causes_failed()
/webrtc/examples/examples/data-channels-flow-control/
H A Ddata-channels-flow-control.rs229 responder.set_remote_description(reqs).await?; in main()
234 requester.set_remote_description(resp).await?; in main()
/webrtc/webrtc/src/peer_connection/sdp/
H A Dsession_description.rs154 answer_pc.set_remote_description(offer).await?; in test_session_description_answer()
198 answer_pc.set_remote_description(offer).await?; in test_session_description_pranswer()
/webrtc/examples/examples/broadcast/
H A Dbroadcast.rs188 peer_connection.set_remote_description(offer).await?; in main()
277 .set_remote_description(recv_only_offer) in main()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_test.rs131 .set_remote_description( in signal_pair()
147 .set_remote_description( in signal_pair()
/webrtc/examples/examples/data-channels/
H A Ddata-channels.rs163 peer_connection.set_remote_description(offer).await?; in main()
/webrtc/examples/examples/data-channels-create/
H A Ddata-channels-create.rs178 peer_connection.set_remote_description(answer).await?; in main()
/webrtc/examples/examples/rtp-to-webrtc/
H A Drtp-to-webrtc.rs161 peer_connection.set_remote_description(offer).await?; in main()
/webrtc/examples/examples/data-channels-detach-create/
H A Ddata-channels-detach-create.rs187 peer_connection.set_remote_description(answer).await?; in main()
/webrtc/examples/examples/data-channels-detach/
H A Ddata-channels-detach.rs172 peer_connection.set_remote_description(offer).await?; in main()
/webrtc/examples/examples/simulcast/
H A Dsimulcast.rs151 peer_connection.set_remote_description(offer).await?; in main()
/webrtc/examples/examples/data-channels-close/
H A Ddata-channels-close.rs201 peer_connection.set_remote_description(offer).await?; in main()
/webrtc/examples/examples/insertable-streams/
H A Dinsertable-streams.rs231 peer_connection.set_remote_description(offer).await?; in main()
/webrtc/examples/examples/reflect/
H A Dreflect.rs194 peer_connection.set_remote_description(offer).await?; in main()
/webrtc/examples/examples/rtp-forwarder/
H A Drtp-forwarder.rs284 peer_connection.set_remote_description(offer).await?; in main()
/webrtc/examples/examples/ice-restart/
H A Dice-restart.rs151 if let Err(err) = pc.set_remote_description(offer).await { in do_signaling()
/webrtc/examples/examples/swap-tracks/
H A Dswap-tracks.rs130 peer_connection.set_remote_description(offer).await?; in main()
/webrtc/examples/examples/save-to-disk-h264/
H A Dsave-to-disk-h264.rs279 peer_connection.set_remote_description(offer).await?; in main()
/webrtc/examples/examples/play-from-disk-h264/
H A Dplay-from-disk-h264.rs323 peer_connection.set_remote_description(offer).await?; in main()
/webrtc/examples/examples/play-from-disk-vpx/
H A Dplay-from-disk-vpx.rs334 peer_connection.set_remote_description(offer).await?; in main()
/webrtc/examples/examples/save-to-disk-vpx/
H A Dsave-to-disk-vpx.rs309 peer_connection.set_remote_description(offer).await?; in main()
/webrtc/webrtc/src/track/track_local/
H A Dtrack_local_static_test.rs390 pc_answer.set_remote_description(offer).await?; in test_track_local_static_binding_non_blocking()
/webrtc/examples/examples/offer-answer/
H A Doffer.rs116 if let Err(err) = pc.set_remote_description(sdp).await { in remote_handler()
H A Danswer.rs117 if let Err(err) = pc.set_remote_description(sdp).await { in remote_handler()

12