Home
last modified time | relevance | path

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

/webrtc/webrtc/src/dtls_transport/
H A Dmod.rs410 let srtp_profile = dtls_conn.selected_srtpprotection_profile(); in start()
/webrtc/dtls/src/conn/
H A Dconn_test.rs803 let actual_server_srtp = server.selected_srtpprotection_profile(); in test_srtp_configuration()
826 let actual_client_srtp = client.selected_srtpprotection_profile(); in test_srtp_configuration()
H A Dmod.rs491 pub fn selected_srtpprotection_profile(&self) -> SrtpProtectionProfile { in selected_srtpprotection_profile() method