Searched refs:selected_srtpprotection_profile (Results 1 – 3 of 3) sorted by relevance
410 let srtp_profile = dtls_conn.selected_srtpprotection_profile(); in start()
803 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()
491 pub fn selected_srtpprotection_profile(&self) -> SrtpProtectionProfile { in selected_srtpprotection_profile() method