Home
last modified time | relevance | path

Searched refs:dc_params (Results 1 – 2 of 2) sorted by relevance

/webrtc/examples/examples/ortc/
H A Dortc.rs197 let dc_params = DataChannelParameters { in main() localVariable
203 let d = Arc::new(api.new_data_channel(Arc::clone(&sctp), dc_params).await?); in main()
/webrtc/webrtc/src/data_channel/
H A Ddata_channel_test.rs1449 let dc_params = DataChannelParameters { in test_data_channel_ortc_e2e() localVariable
1456 .new_data_channel(Arc::clone(&stack_a.sctp), dc_params) in test_data_channel_ortc_e2e()