Home
last modified time | relevance | path

Searched refs:d1 (Results 1 – 3 of 3) sorted by relevance

/webrtc/examples/examples/data-channels-create/
H A Ddata-channels-create.rs119 let d1 = Arc::clone(&data_channel); in main() localVariable
121 …dom messages will now be sent to any connected DataChannels every 5 seconds", d1.label(), d1.id()); in main()
123 let d2 = Arc::clone(&d1); in main()
/webrtc/examples/examples/offer-answer/
H A Doffer.rs301 let d1 = Arc::clone(&data_channel); in main() localVariable
303 …dom messages will now be sent to any connected DataChannels every 5 seconds", d1.label(), d1.id()); in main()
305 let d2 = Arc::clone(&d1); in main()
/webrtc/webrtc/src/peer_connection/sdp/
H A Dmod.rs695 let (d1, should_add_id) = add_transceiver_sdp( in populate_sdp()
705 d = d1; in populate_sdp()